Shades of Fuel Yellow #CC9635
Tints of Fuel Yellow #CC9635
RGB
CMYK
RGB Variations
Color information
#CC9635 (or 0xCC9635) is known color: Fuel Yellow. HEX triplet: CC, 96 and 35. RGB value is (204,150,53). Sum of RGB (Red+Green+Blue) = 204+150+53=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9635 is #3369CA. Grayscale: #9B9B9B. Windows color (decimal): -3369419 or 3512012. OLE color: 3512012.
HSL color Cylindrical-coordinate representation of color #CC9635: hue angle of 38.54º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9635 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 53 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.2 |
| HSL | 38.54º | 0.6% | 0.5% | - |
| HSV(B) | 38.54º | 0.74% | 0.8% | - |
| XYZ | 36.45 | 34.91 | 8.18 | - |
| YUV | 155.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 53 | 0 | 0.26 | 0.74 | 0.2 | 38.54 | 0.6 | 0.5 |
| Hex | CC | 96 | 35 | 0 | 1A | 4A | 14 | 27 | 3C | 32 |
| Octal | 314 | 226 | 65 | 0 | 32 | 112 | 24 | 47 | 74 | 62 |
| Binary | 11001100 | 10010110 | 110101 | 0 | 11010 | 1001010 | 10100 | 100111 | 111100 | 110010 |
Color Harmonies of #CC9635
Complementary color
Monochromatic Colors of #CC9635
Black with #CC9635
Text Example
Text Example
White with #CC9635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9635; }
p { color: rgb(204,150,53); }
H1.HeaderClassName
{
color: #CC9635;
}
.AnyTagClassName
{
color: #CC9635;
}
</style>
background-color css
<style>
a { background-color: #CC9635; }
a { background-color: rgb(204,150,53); }
div.DivClassName
{
background-color: #CC9635;
}
.BgClassName
{
background-color: #CC9635;
}
</style>
border-color css
<style>
span { border-color: #CC9635; }
span { border-color: rgb(204,150,53); }
td.TdClassName
{
border-color: #CC9635;
}
.TagClassName
{
border-color: #CC9635;
}
</style>