#CC963A

Color #CC963A Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CC963A

Tints of Fuel Yellow #CC963A

Color information

#CC963A (or 0xCC963A) is unknown color: approx Fuel Yellow. HEX triplet: CC, 96 and 3A. RGB value is (204,150,58). Sum of RGB (Red+Green+Blue) = 204+150+58=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC963A is #3369C5. Grayscale: #9C9C9C. Windows color (decimal): -3369414 or 3839692. OLE color: 3839692.

HSL color Cylindrical-coordinate representation of color #CC963A: hue angle of 37.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC963A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20415058-
CMYK00.260.720.2
HSL37.81º58.87%51.37%-
HSV(B)37.81º71.57%80%-
XYZ36.5734.968.82-
YUV155.6672.89162.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=49.51%
G=36.41%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041505800.260.720.237.8158.8751.37
HexCC963A01A4814263b33
Octal3142267203211024467363
Binary1100110010010110111010011010100100010100100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC963A; }

 p { color: rgb(204,150,58); }

 H1.HeaderClassName
 {
   color: #CC963A;
 }
 .AnyTagClassName
 {
   color: #CC963A;
 }
</style>
background-color css

<style>
 a { background-color: #CC963A; }

 a { background-color: rgb(204,150,58); }

 div.DivClassName
 {
   background-color: #CC963A;
 }
 .BgClassName
 {
   background-color: #CC963A;
 }
</style>
border-color css

<style>
 span { border-color: #CC963A; }

 span { border-color: rgb(204,150,58); }

 td.TdClassName
 {
   border-color: #CC963A;
 }
 .TagClassName
 {
   border-color: #CC963A;
 }
</style>