Shades of Fuel Yellow #CC9136
Tints of Fuel Yellow #CC9136
RGB
CMYK
RGB Variations
Color information
#CC9136 (or 0xCC9136) is known color: Fuel Yellow. HEX triplet: CC, 91 and 36. RGB value is (204,145,54). Sum of RGB (Red+Green+Blue) = 204+145+54=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9136 is #336EC9. Grayscale: #989898. Windows color (decimal): -3370698 or 3576268. OLE color: 3576268.
HSL color Cylindrical-coordinate representation of color #CC9136: hue angle of 36.4º 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 #CC9136 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 54 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.2 |
| HSL | 36.4º | 0.6% | 0.51% | - |
| HSV(B) | 36.4º | 0.74% | 0.8% | - |
| XYZ | 35.69 | 33.35 | 8.05 | - |
| YUV | 152.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 54 | 0 | 0.29 | 0.74 | 0.2 | 36.4 | 0.6 | 0.51 |
| Hex | CC | 91 | 36 | 0 | 1D | 4A | 14 | 24 | 3C | 33 |
| Octal | 314 | 221 | 66 | 0 | 35 | 112 | 24 | 44 | 74 | 63 |
| Binary | 11001100 | 10010001 | 110110 | 0 | 11101 | 1001010 | 10100 | 100100 | 111100 | 110011 |
Color Harmonies of #CC9136
Complementary color
Monochromatic Colors of #CC9136
Black with #CC9136
Text Example
Text Example
White with #CC9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9136; }
p { color: rgb(204,145,54); }
H1.HeaderClassName
{
color: #CC9136;
}
.AnyTagClassName
{
color: #CC9136;
}
</style>
background-color css
<style>
a { background-color: #CC9136; }
a { background-color: rgb(204,145,54); }
div.DivClassName
{
background-color: #CC9136;
}
.BgClassName
{
background-color: #CC9136;
}
</style>
border-color css
<style>
span { border-color: #CC9136; }
span { border-color: rgb(204,145,54); }
td.TdClassName
{
border-color: #CC9136;
}
.TagClassName
{
border-color: #CC9136;
}
</style>