Shades of Fuel Yellow #CC972F
Tints of Fuel Yellow #CC972F
RGB
CMYK
RGB Variations
Color information
#CC972F (or 0xCC972F) is known color: Fuel Yellow. HEX triplet: CC, 97 and 2F. RGB value is (204,151,47). Sum of RGB (Red+Green+Blue) = 204+151+47=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972F is #3368D0. Grayscale: #9B9B9B. Windows color (decimal): -3369169 or 3119052. OLE color: 3119052.
HSL color Cylindrical-coordinate representation of color #CC972F: hue angle of 39.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC972F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 47 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.2 |
| HSL | 39.75º | 0.63% | 0.49% | - |
| HSV(B) | 39.75º | 0.77% | 0.8% | - |
| XYZ | 36.48 | 35.18 | 7.56 | - |
| YUV | 154.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 47 | 0 | 0.26 | 0.77 | 0.2 | 39.75 | 0.63 | 0.49 |
| Hex | CC | 97 | 2F | 0 | 1A | 4D | 14 | 28 | 3F | 31 |
| Octal | 314 | 227 | 57 | 0 | 32 | 115 | 24 | 50 | 77 | 61 |
| Binary | 11001100 | 10010111 | 101111 | 0 | 11010 | 1001101 | 10100 | 101000 | 111111 | 110001 |
Color Harmonies of #CC972F
Complementary color
Monochromatic Colors of #CC972F
Black with #CC972F
Text Example
Text Example
White with #CC972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC972F; }
p { color: rgb(204,151,47); }
H1.HeaderClassName
{
color: #CC972F;
}
.AnyTagClassName
{
color: #CC972F;
}
</style>
background-color css
<style>
a { background-color: #CC972F; }
a { background-color: rgb(204,151,47); }
div.DivClassName
{
background-color: #CC972F;
}
.BgClassName
{
background-color: #CC972F;
}
</style>
border-color css
<style>
span { border-color: #CC972F; }
span { border-color: rgb(204,151,47); }
td.TdClassName
{
border-color: #CC972F;
}
.TagClassName
{
border-color: #CC972F;
}
</style>