Shades of Fuel Yellow #CC8F31
Tints of Fuel Yellow #CC8F31
RGB
CMYK
RGB Variations
Color information
#CC8F31 (or 0xCC8F31) is known color: Fuel Yellow. HEX triplet: CC, 8F and 31. RGB value is (204,143,49). Sum of RGB (Red+Green+Blue) = 204+143+49=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F31 is #3370CE. Grayscale: #969696. Windows color (decimal): -3371215 or 3248076. OLE color: 3248076.
HSL color Cylindrical-coordinate representation of color #CC8F31: hue angle of 36.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8F31 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 49 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.2 |
| HSL | 36.39º | 0.61% | 0.5% | - |
| HSV(B) | 36.39º | 0.76% | 0.8% | - |
| XYZ | 35.28 | 32.7 | 7.36 | - |
| YUV | 150.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 49 | 0 | 0.30 | 0.76 | 0.2 | 36.39 | 0.61 | 0.5 |
| Hex | CC | 8F | 31 | 0 | 1E | 4C | 14 | 24 | 3D | 32 |
| Octal | 314 | 217 | 61 | 0 | 36 | 114 | 24 | 44 | 75 | 62 |
| Binary | 11001100 | 10001111 | 110001 | 0 | 11110 | 1001100 | 10100 | 100100 | 111101 | 110010 |
Color Harmonies of #CC8F31
Complementary color
Monochromatic Colors of #CC8F31
Black with #CC8F31
Text Example
Text Example
White with #CC8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F31; }
p { color: rgb(204,143,49); }
H1.HeaderClassName
{
color: #CC8F31;
}
.AnyTagClassName
{
color: #CC8F31;
}
</style>
background-color css
<style>
a { background-color: #CC8F31; }
a { background-color: rgb(204,143,49); }
div.DivClassName
{
background-color: #CC8F31;
}
.BgClassName
{
background-color: #CC8F31;
}
</style>
border-color css
<style>
span { border-color: #CC8F31; }
span { border-color: rgb(204,143,49); }
td.TdClassName
{
border-color: #CC8F31;
}
.TagClassName
{
border-color: #CC8F31;
}
</style>