#CC9429

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

Shades of Fuel Yellow #CC9429

Tints of Fuel Yellow #CC9429

Color information

#CC9429 (or 0xCC9429) is unknown color: approx Fuel Yellow. HEX triplet: CC, 94 and 29. RGB value is (204,148,41). Sum of RGB (Red+Green+Blue) = 204+148+41=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9429 is #336BD6. Grayscale: #999999. Windows color (decimal): -3369943 or 2725068. OLE color: 2725068.

HSL color Cylindrical-coordinate representation of color #CC9429: hue angle of 39.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9429 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20414841-
CMYK00.270.800.2
HSL39.39º66.53%48.04%-
HSV(B)39.39º79.9%80%-
XYZ35.8934.186.8-
YUV152.5565.05164.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 41 (16.41% from 255) = 10.43%
R=51.91%
G=37.66%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041484100.270.800.239.3966.5348.04
HexCC942901B5014274330
Octal31422451033120244710360
Binary11001100100101001010010110111010000101001001111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9429; }

 p { color: rgb(204,148,41); }

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

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

 a { background-color: rgb(204,148,41); }

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

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

 span { border-color: rgb(204,148,41); }

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