#CC902C

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

Shades of Fuel Yellow #CC902C

Tints of Fuel Yellow #CC902C

Color information

#CC902C (or 0xCC902C) is unknown color: approx Fuel Yellow. HEX triplet: CC, 90 and 2C. RGB value is (204,144,44). Sum of RGB (Red+Green+Blue) = 204+144+44=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC902C is #336FD3. Grayscale: #979797. Windows color (decimal): -3370964 or 2920652. OLE color: 2920652.

HSL color Cylindrical-coordinate representation of color #CC902C: hue angle of 37.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC902C is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20414444-
CMYK00.290.780.2
HSL37.5º64.52%48.63%-
HSV(B)37.5º78.43%80%-
XYZ35.3332.976.88-
YUV150.5467.88166.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 44 (17.58% from 255) = 11.22%
R=52.04%
G=36.73%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041444400.290.780.237.564.5248.63
HexCC902C01D4E14264131
Octal31422054035116244610161
Binary11001100100100001011000111011001110101001001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC902C; }

 p { color: rgb(204,144,44); }

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

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

 a { background-color: rgb(204,144,44); }

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

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

 span { border-color: rgb(204,144,44); }

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