#cc972c

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

Shades of Fuel Yellow #CC972C

Tints of Fuel Yellow #CC972C

Color information

#CC972C (or 0xCC972C) is unknown color: approx Fuel Yellow. HEX triplet: CC, 97 and 2C. RGB value is (204,151,44). Sum of RGB (Red+Green+Blue) = 204+151+44=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972C is #3368D3. Grayscale: #9B9B9B. Windows color (decimal): -3369172 or 2922444. OLE color: 2922444.

HSL color Cylindrical-coordinate representation of color #CC972C: hue angle of 40.12º 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 #CC972C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20415144-
CMYK00.260.780.2
HSL40.12º64.52%48.63%-
HSV(B)40.12º78.43%80%-
XYZ36.4235.157.25-
YUV154.6565.56163.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 44 (17.58% from 255) = 11.03%
R=51.13%
G=37.84%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041514400.260.780.240.1264.5248.63
HexCC972C01A4E14284131
Octal31422754032116245010161
Binary11001100100101111011000110101001110101001010001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc972c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc972c; }

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

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

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

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

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

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

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

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