Shades of Fuel Yellow #CC9936
Tints of Fuel Yellow #CC9936
RGB
CMYK
RGB Variations
Color information
#CC9936 (or 0xCC9936) is known color: Fuel Yellow. HEX triplet: CC, 99 and 36. RGB value is (204,153,54). Sum of RGB (Red+Green+Blue) = 204+153+54=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9936 is #3366C9. Grayscale: #9D9D9D. Windows color (decimal): -3368650 or 3578316. OLE color: 3578316.
HSL color Cylindrical-coordinate representation of color #CC9936: hue angle of 39.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 #CC9936 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 54 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.2 |
| HSL | 39.6º | 0.6% | 0.51% | - |
| HSV(B) | 39.6º | 0.74% | 0.8% | - |
| XYZ | 36.96 | 35.89 | 8.47 | - |
| YUV | 156.96 | 69.9 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 54 | 0 | 0.25 | 0.74 | 0.2 | 39.6 | 0.6 | 0.51 |
| Hex | CC | 99 | 36 | 0 | 19 | 4A | 14 | 28 | 3C | 33 |
| Octal | 314 | 231 | 66 | 0 | 31 | 112 | 24 | 50 | 74 | 63 |
| Binary | 11001100 | 10011001 | 110110 | 0 | 11001 | 1001010 | 10100 | 101000 | 111100 | 110011 |
Color Harmonies of #CC9936
Complementary color
Monochromatic Colors of #CC9936
Black with #CC9936
Text Example
Text Example
White with #CC9936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9936; }
p { color: rgb(204,153,54); }
H1.HeaderClassName
{
color: #CC9936;
}
.AnyTagClassName
{
color: #CC9936;
}
</style>
background-color css
<style>
a { background-color: #CC9936; }
a { background-color: rgb(204,153,54); }
div.DivClassName
{
background-color: #CC9936;
}
.BgClassName
{
background-color: #CC9936;
}
</style>
border-color css
<style>
span { border-color: #CC9936; }
span { border-color: rgb(204,153,54); }
td.TdClassName
{
border-color: #CC9936;
}
.TagClassName
{
border-color: #CC9936;
}
</style>