Shades of Fuel Yellow #CC9239
Tints of Fuel Yellow #CC9239
RGB
CMYK
RGB Variations
Color information
#CC9239 (or 0xCC9239) is known color: Fuel Yellow. HEX triplet: CC, 92 and 39. RGB value is (204,146,57). Sum of RGB (Red+Green+Blue) = 204+146+57=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9239 is #336DC6. Grayscale: #999999. Windows color (decimal): -3370439 or 3773132. OLE color: 3773132.
HSL color Cylindrical-coordinate representation of color #CC9239: hue angle of 36.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC9239 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 57 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.2 |
| HSL | 36.33º | 0.59% | 0.51% | - |
| HSV(B) | 36.33º | 0.72% | 0.8% | - |
| XYZ | 35.92 | 33.69 | 8.48 | - |
| YUV | 153.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 57 | 0 | 0.28 | 0.72 | 0.2 | 36.33 | 0.59 | 0.51 |
| Hex | CC | 92 | 39 | 0 | 1C | 48 | 14 | 24 | 3B | 33 |
| Octal | 314 | 222 | 71 | 0 | 34 | 110 | 24 | 44 | 73 | 63 |
| Binary | 11001100 | 10010010 | 111001 | 0 | 11100 | 1001000 | 10100 | 100100 | 111011 | 110011 |
Color Harmonies of #CC9239
Complementary color
Monochromatic Colors of #CC9239
Black with #CC9239
Text Example
Text Example
White with #CC9239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9239; }
p { color: rgb(204,146,57); }
H1.HeaderClassName
{
color: #CC9239;
}
.AnyTagClassName
{
color: #CC9239;
}
</style>
background-color css
<style>
a { background-color: #CC9239; }
a { background-color: rgb(204,146,57); }
div.DivClassName
{
background-color: #CC9239;
}
.BgClassName
{
background-color: #CC9239;
}
</style>
border-color css
<style>
span { border-color: #CC9239; }
span { border-color: rgb(204,146,57); }
td.TdClassName
{
border-color: #CC9239;
}
.TagClassName
{
border-color: #CC9239;
}
</style>