#CC972B

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

Shades of Fuel Yellow #CC972B

Tints of Fuel Yellow #CC972B

Color information

#CC972B (or 0xCC972B) is unknown color: approx Fuel Yellow. HEX triplet: CC, 97 and 2B. RGB value is (204,151,43). Sum of RGB (Red+Green+Blue) = 204+151+43=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972B is #3368D4. Grayscale: #9B9B9B. Windows color (decimal): -3369173 or 2856908. OLE color: 2856908.

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

Color convert

RGB20415143-
CMYK00.260.790.2
HSL40.25º65.18%48.43%-
HSV(B)40.25º78.92%80%-
XYZ36.435.157.15-
YUV154.5365.06163.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 43 (17.19% from 255) = 10.80%
R=51.26%
G=37.94%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041514300.260.790.240.2565.1848.43
HexCC972B01A4F14284130
Octal31422753032117245010160
Binary11001100100101111010110110101001111101001010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC972B; }

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

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

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

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

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

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

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

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