Shades of Fuel Yellow #CC9032
Tints of Fuel Yellow #CC9032
RGB
CMYK
RGB Variations
Color information
#CC9032 (or 0xCC9032) is known color: Fuel Yellow. HEX triplet: CC, 90 and 32. RGB value is (204,144,50). Sum of RGB (Red+Green+Blue) = 204+144+50=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9032 is #336FCD. Grayscale: #979797. Windows color (decimal): -3370958 or 3313868. OLE color: 3313868.
HSL color Cylindrical-coordinate representation of color #CC9032: hue angle of 36.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9032 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 50 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.2 |
| HSL | 36.62º | 0.61% | 0.5% | - |
| HSV(B) | 36.62º | 0.75% | 0.8% | - |
| XYZ | 35.45 | 33.01 | 7.52 | - |
| YUV | 151.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 50 | 0 | 0.29 | 0.75 | 0.2 | 36.62 | 0.61 | 0.5 |
| Hex | CC | 90 | 32 | 0 | 1D | 4B | 14 | 25 | 3D | 32 |
| Octal | 314 | 220 | 62 | 0 | 35 | 113 | 24 | 45 | 75 | 62 |
| Binary | 11001100 | 10010000 | 110010 | 0 | 11101 | 1001011 | 10100 | 100101 | 111101 | 110010 |
Color Harmonies of #CC9032
Complementary color
Monochromatic Colors of #CC9032
Black with #CC9032
Text Example
Text Example
White with #CC9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9032; }
p { color: rgb(204,144,50); }
H1.HeaderClassName
{
color: #CC9032;
}
.AnyTagClassName
{
color: #CC9032;
}
</style>
background-color css
<style>
a { background-color: #CC9032; }
a { background-color: rgb(204,144,50); }
div.DivClassName
{
background-color: #CC9032;
}
.BgClassName
{
background-color: #CC9032;
}
</style>
border-color css
<style>
span { border-color: #CC9032; }
span { border-color: rgb(204,144,50); }
td.TdClassName
{
border-color: #CC9032;
}
.TagClassName
{
border-color: #CC9032;
}
</style>