Shades of Fuel Yellow #CC8F36
Tints of Fuel Yellow #CC8F36
RGB
CMYK
RGB Variations
Color information
#CC8F36 (or 0xCC8F36) is known color: Fuel Yellow. HEX triplet: CC, 8F and 36. RGB value is (204,143,54). Sum of RGB (Red+Green+Blue) = 204+143+54=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F36 is #3370C9. Grayscale: #979797. Windows color (decimal): -3371210 or 3575756. OLE color: 3575756.
HSL color Cylindrical-coordinate representation of color #CC8F36: hue angle of 35.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC8F36 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 54 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.2 |
| HSL | 35.6º | 0.6% | 0.51% | - |
| HSV(B) | 35.6º | 0.74% | 0.8% | - |
| XYZ | 35.39 | 32.75 | 7.95 | - |
| YUV | 151.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 54 | 0 | 0.30 | 0.74 | 0.2 | 35.6 | 0.6 | 0.51 |
| Hex | CC | 8F | 36 | 0 | 1E | 4A | 14 | 24 | 3C | 33 |
| Octal | 314 | 217 | 66 | 0 | 36 | 112 | 24 | 44 | 74 | 63 |
| Binary | 11001100 | 10001111 | 110110 | 0 | 11110 | 1001010 | 10100 | 100100 | 111100 | 110011 |
Color Harmonies of #CC8F36
Complementary color
Monochromatic Colors of #CC8F36
Black with #CC8F36
Text Example
Text Example
White with #CC8F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F36; }
p { color: rgb(204,143,54); }
H1.HeaderClassName
{
color: #CC8F36;
}
.AnyTagClassName
{
color: #CC8F36;
}
</style>
background-color css
<style>
a { background-color: #CC8F36; }
a { background-color: rgb(204,143,54); }
div.DivClassName
{
background-color: #CC8F36;
}
.BgClassName
{
background-color: #CC8F36;
}
</style>
border-color css
<style>
span { border-color: #CC8F36; }
span { border-color: rgb(204,143,54); }
td.TdClassName
{
border-color: #CC8F36;
}
.TagClassName
{
border-color: #CC8F36;
}
</style>