Shades of Fuel Yellow #CC9036
Tints of Fuel Yellow #CC9036
RGB
CMYK
RGB Variations
Color information
#CC9036 (or 0xCC9036) is known color: Fuel Yellow. HEX triplet: CC, 90 and 36. RGB value is (204,144,54). Sum of RGB (Red+Green+Blue) = 204+144+54=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9036 is #336FC9. Grayscale: #989898. Windows color (decimal): -3370954 or 3576012. OLE color: 3576012.
HSL color Cylindrical-coordinate representation of color #CC9036: hue angle of 36º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9036 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 54 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.2 |
| HSL | 36º | 0.6% | 0.51% | - |
| HSV(B) | 36º | 0.74% | 0.8% | - |
| XYZ | 35.54 | 33.05 | 8 | - |
| YUV | 151.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 54 | 0 | 0.29 | 0.74 | 0.2 | 36 | 0.6 | 0.51 |
| Hex | CC | 90 | 36 | 0 | 1D | 4A | 14 | 24 | 3C | 33 |
| Octal | 314 | 220 | 66 | 0 | 35 | 112 | 24 | 44 | 74 | 63 |
| Binary | 11001100 | 10010000 | 110110 | 0 | 11101 | 1001010 | 10100 | 100100 | 111100 | 110011 |
Color Harmonies of #CC9036
Complementary color
Monochromatic Colors of #CC9036
Black with #CC9036
Text Example
Text Example
White with #CC9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9036; }
p { color: rgb(204,144,54); }
H1.HeaderClassName
{
color: #CC9036;
}
.AnyTagClassName
{
color: #CC9036;
}
</style>
background-color css
<style>
a { background-color: #CC9036; }
a { background-color: rgb(204,144,54); }
div.DivClassName
{
background-color: #CC9036;
}
.BgClassName
{
background-color: #CC9036;
}
</style>
border-color css
<style>
span { border-color: #CC9036; }
span { border-color: rgb(204,144,54); }
td.TdClassName
{
border-color: #CC9036;
}
.TagClassName
{
border-color: #CC9036;
}
</style>