Shades of Fuel Yellow #CC8C35
Tints of Fuel Yellow #CC8C35
RGB
CMYK
RGB Variations
Color information
#CC8C35 (or 0xCC8C35) is known color: Fuel Yellow. HEX triplet: CC, 8C and 35. RGB value is (204,140,53). Sum of RGB (Red+Green+Blue) = 204+140+53=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C35 is #3373CA. Grayscale: #959595. Windows color (decimal): -3371979 or 3509452. OLE color: 3509452.
HSL color Cylindrical-coordinate representation of color #CC8C35: hue angle of 34.57º 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 #CC8C35 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 53 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.2 |
| HSL | 34.57º | 0.6% | 0.5% | - |
| HSV(B) | 34.57º | 0.74% | 0.8% | - |
| XYZ | 34.92 | 31.85 | 7.68 | - |
| YUV | 149.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 53 | 0 | 0.31 | 0.74 | 0.2 | 34.57 | 0.6 | 0.5 |
| Hex | CC | 8C | 35 | 0 | 1F | 4A | 14 | 23 | 3C | 32 |
| Octal | 314 | 214 | 65 | 0 | 37 | 112 | 24 | 43 | 74 | 62 |
| Binary | 11001100 | 10001100 | 110101 | 0 | 11111 | 1001010 | 10100 | 100011 | 111100 | 110010 |
Color Harmonies of #CC8C35
Complementary color
Monochromatic Colors of #CC8C35
Black with #CC8C35
Text Example
Text Example
White with #CC8C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C35; }
p { color: rgb(204,140,53); }
H1.HeaderClassName
{
color: #CC8C35;
}
.AnyTagClassName
{
color: #CC8C35;
}
</style>
background-color css
<style>
a { background-color: #CC8C35; }
a { background-color: rgb(204,140,53); }
div.DivClassName
{
background-color: #CC8C35;
}
.BgClassName
{
background-color: #CC8C35;
}
</style>
border-color css
<style>
span { border-color: #CC8C35; }
span { border-color: rgb(204,140,53); }
td.TdClassName
{
border-color: #CC8C35;
}
.TagClassName
{
border-color: #CC8C35;
}
</style>