Shades of Fuel Yellow #CC972A
Tints of Fuel Yellow #CC972A
RGB
CMYK
RGB Variations
Color information
#CC972A (or 0xCC972A) is known color: Fuel Yellow. HEX triplet: CC, 97 and 2A. RGB value is (204,151,42). Sum of RGB (Red+Green+Blue) = 204+151+42=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC972A is #3368D5. Grayscale: #9A9A9A. Windows color (decimal): -3369174 or 2791372. OLE color: 2791372.
HSL color Cylindrical-coordinate representation of color #CC972A: hue angle of 40.37º degrees, saturation: 0.66, 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 #CC972A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 42 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.2 |
| HSL | 40.37º | 0.66% | 0.48% | - |
| HSV(B) | 40.37º | 0.79% | 0.8% | - |
| XYZ | 36.39 | 35.14 | 7.05 | - |
| YUV | 154.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 42 | 0 | 0.26 | 0.79 | 0.2 | 40.37 | 0.66 | 0.48 |
| Hex | CC | 97 | 2A | 0 | 1A | 4F | 14 | 28 | 42 | 30 |
| Octal | 314 | 227 | 52 | 0 | 32 | 117 | 24 | 50 | 102 | 60 |
| Binary | 11001100 | 10010111 | 101010 | 0 | 11010 | 1001111 | 10100 | 101000 | 1000010 | 110000 |
Color Harmonies of #CC972A
Complementary color
Monochromatic Colors of #CC972A
Black with #CC972A
Text Example
Text Example
White with #CC972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC972A; }
p { color: rgb(204,151,42); }
H1.HeaderClassName
{
color: #CC972A;
}
.AnyTagClassName
{
color: #CC972A;
}
</style>
background-color css
<style>
a { background-color: #CC972A; }
a { background-color: rgb(204,151,42); }
div.DivClassName
{
background-color: #CC972A;
}
.BgClassName
{
background-color: #CC972A;
}
</style>
border-color css
<style>
span { border-color: #CC972A; }
span { border-color: rgb(204,151,42); }
td.TdClassName
{
border-color: #CC972A;
}
.TagClassName
{
border-color: #CC972A;
}
</style>