Shades of Fuel Yellow #CC9035
Tints of Fuel Yellow #CC9035
RGB
CMYK
RGB Variations
Color information
#CC9035 (or 0xCC9035) is known color: Fuel Yellow. HEX triplet: CC, 90 and 35. RGB value is (204,144,53). Sum of RGB (Red+Green+Blue) = 204+144+53=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9035 is #336FCA. Grayscale: #979797. Windows color (decimal): -3370955 or 3510476. OLE color: 3510476.
HSL color Cylindrical-coordinate representation of color #CC9035: hue angle of 36.16º 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 #CC9035 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 53 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.2 |
| HSL | 36.16º | 0.6% | 0.5% | - |
| HSV(B) | 36.16º | 0.74% | 0.8% | - |
| XYZ | 35.52 | 33.04 | 7.87 | - |
| YUV | 151.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 53 | 0 | 0.29 | 0.74 | 0.2 | 36.16 | 0.6 | 0.5 |
| Hex | CC | 90 | 35 | 0 | 1D | 4A | 14 | 24 | 3C | 32 |
| Octal | 314 | 220 | 65 | 0 | 35 | 112 | 24 | 44 | 74 | 62 |
| Binary | 11001100 | 10010000 | 110101 | 0 | 11101 | 1001010 | 10100 | 100100 | 111100 | 110010 |
Color Harmonies of #CC9035
Complementary color
Monochromatic Colors of #CC9035
Black with #CC9035
Text Example
Text Example
White with #CC9035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9035; }
p { color: rgb(204,144,53); }
H1.HeaderClassName
{
color: #CC9035;
}
.AnyTagClassName
{
color: #CC9035;
}
</style>
background-color css
<style>
a { background-color: #CC9035; }
a { background-color: rgb(204,144,53); }
div.DivClassName
{
background-color: #CC9035;
}
.BgClassName
{
background-color: #CC9035;
}
</style>
border-color css
<style>
span { border-color: #CC9035; }
span { border-color: rgb(204,144,53); }
td.TdClassName
{
border-color: #CC9035;
}
.TagClassName
{
border-color: #CC9035;
}
</style>