#CC9733

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

Shades of Fuel Yellow #CC9733

Tints of Fuel Yellow #CC9733

Color information

#CC9733 (or 0xCC9733) is unknown color: approx Fuel Yellow. HEX triplet: CC, 97 and 33. RGB value is (204,151,51). Sum of RGB (Red+Green+Blue) = 204+151+51=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9733 is #3368CC. Grayscale: #9B9B9B. Windows color (decimal): -3369165 or 3381196. OLE color: 3381196.

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

Color convert

RGB20415151-
CMYK00.260.750.2
HSL39.22º60%50%-
HSV(B)39.22º75%80%-
XYZ36.5735.218-
YUV155.4569.06162.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=50.25%
G=37.19%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041515100.260.750.239.226050
HexCC973301A4B14273c32
Octal3142276303211324477462
Binary1100110010010111110011011010100101110100100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9733; }

 p { color: rgb(204,151,51); }

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

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

 a { background-color: rgb(204,151,51); }

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

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

 span { border-color: rgb(204,151,51); }

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