Shades of Fuel Yellow #CC9835
Tints of Fuel Yellow #CC9835
RGB
CMYK
RGB Variations
Color information
#CC9835 (or 0xCC9835) is known color: Fuel Yellow. HEX triplet: CC, 98 and 35. RGB value is (204,152,53). Sum of RGB (Red+Green+Blue) = 204+152+53=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9835 is #3367CA. Grayscale: #9C9C9C. Windows color (decimal): -3368907 or 3512524. OLE color: 3512524.
HSL color Cylindrical-coordinate representation of color #CC9835: hue angle of 39.34º 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 #CC9835 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 53 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.2 |
| HSL | 39.34º | 0.6% | 0.5% | - |
| HSV(B) | 39.34º | 0.74% | 0.8% | - |
| XYZ | 36.77 | 35.55 | 8.29 | - |
| YUV | 156.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 53 | 0 | 0.25 | 0.74 | 0.2 | 39.34 | 0.6 | 0.5 |
| Hex | CC | 98 | 35 | 0 | 19 | 4A | 14 | 27 | 3C | 32 |
| Octal | 314 | 230 | 65 | 0 | 31 | 112 | 24 | 47 | 74 | 62 |
| Binary | 11001100 | 10011000 | 110101 | 0 | 11001 | 1001010 | 10100 | 100111 | 111100 | 110010 |
Color Harmonies of #CC9835
Complementary color
Monochromatic Colors of #CC9835
Black with #CC9835
Text Example
Text Example
White with #CC9835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9835; }
p { color: rgb(204,152,53); }
H1.HeaderClassName
{
color: #CC9835;
}
.AnyTagClassName
{
color: #CC9835;
}
</style>
background-color css
<style>
a { background-color: #CC9835; }
a { background-color: rgb(204,152,53); }
div.DivClassName
{
background-color: #CC9835;
}
.BgClassName
{
background-color: #CC9835;
}
</style>
border-color css
<style>
span { border-color: #CC9835; }
span { border-color: rgb(204,152,53); }
td.TdClassName
{
border-color: #CC9835;
}
.TagClassName
{
border-color: #CC9835;
}
</style>