Shades of Fuel Yellow #CC9E36
Tints of Fuel Yellow #CC9E36
RGB
CMYK
RGB Variations
Color information
#CC9E36 (or 0xCC9E36) is known color: Fuel Yellow. HEX triplet: CC, 9E and 36. RGB value is (204,158,54). Sum of RGB (Red+Green+Blue) = 204+158+54=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E36 is #3361C9. Grayscale: #A0A0A0. Windows color (decimal): -3367370 or 3579596. OLE color: 3579596.
HSL color Cylindrical-coordinate representation of color #CC9E36: hue angle of 41.6º 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 #CC9E36 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 54 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.2 |
| HSL | 41.6º | 0.6% | 0.51% | - |
| HSV(B) | 41.6º | 0.74% | 0.8% | - |
| XYZ | 37.79 | 37.56 | 8.75 | - |
| YUV | 159.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 54 | 0 | 0.23 | 0.74 | 0.2 | 41.6 | 0.6 | 0.51 |
| Hex | CC | 9E | 36 | 0 | 17 | 4A | 14 | 2A | 3C | 33 |
| Octal | 314 | 236 | 66 | 0 | 27 | 112 | 24 | 52 | 74 | 63 |
| Binary | 11001100 | 10011110 | 110110 | 0 | 10111 | 1001010 | 10100 | 101010 | 111100 | 110011 |
Color Harmonies of #CC9E36
Complementary color
Monochromatic Colors of #CC9E36
Black with #CC9E36
Text Example
Text Example
White with #CC9E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E36; }
p { color: rgb(204,158,54); }
H1.HeaderClassName
{
color: #CC9E36;
}
.AnyTagClassName
{
color: #CC9E36;
}
</style>
background-color css
<style>
a { background-color: #CC9E36; }
a { background-color: rgb(204,158,54); }
div.DivClassName
{
background-color: #CC9E36;
}
.BgClassName
{
background-color: #CC9E36;
}
</style>
border-color css
<style>
span { border-color: #CC9E36; }
span { border-color: rgb(204,158,54); }
td.TdClassName
{
border-color: #CC9E36;
}
.TagClassName
{
border-color: #CC9E36;
}
</style>