Shades of Fuel Yellow #CE8D2F
Tints of Fuel Yellow #CE8D2F
RGB
CMYK
RGB Variations
Color information
#CE8D2F (or 0xCE8D2F) is known color: Fuel Yellow. HEX triplet: CE, 8D and 2F. RGB value is (206,141,47). Sum of RGB (Red+Green+Blue) = 206+141+47=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D2F is #3172D0. Grayscale: #969696. Windows color (decimal): -3240657 or 3116494. OLE color: 3116494.
HSL color Cylindrical-coordinate representation of color #CE8D2F: hue angle of 35.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE8D2F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 47 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.19 |
| HSL | 35.47º | 0.63% | 0.5% | - |
| HSV(B) | 35.47º | 0.77% | 0.81% | - |
| XYZ | 35.49 | 32.38 | 7.07 | - |
| YUV | 149.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 47 | 0 | 0.32 | 0.77 | 0.19 | 35.47 | 0.63 | 0.5 |
| Hex | CE | 8D | 2F | 0 | 20 | 4D | 13 | 23 | 3F | 32 |
| Octal | 316 | 215 | 57 | 0 | 40 | 115 | 23 | 43 | 77 | 62 |
| Binary | 11001110 | 10001101 | 101111 | 0 | 100000 | 1001101 | 10011 | 100011 | 111111 | 110010 |
Color Harmonies of #CE8D2F
Complementary color
Monochromatic Colors of #CE8D2F
Black with #CE8D2F
Text Example
Text Example
White with #CE8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D2F; }
p { color: rgb(206,141,47); }
H1.HeaderClassName
{
color: #CE8D2F;
}
.AnyTagClassName
{
color: #CE8D2F;
}
</style>
background-color css
<style>
a { background-color: #CE8D2F; }
a { background-color: rgb(206,141,47); }
div.DivClassName
{
background-color: #CE8D2F;
}
.BgClassName
{
background-color: #CE8D2F;
}
</style>
border-color css
<style>
span { border-color: #CE8D2F; }
span { border-color: rgb(206,141,47); }
td.TdClassName
{
border-color: #CE8D2F;
}
.TagClassName
{
border-color: #CE8D2F;
}
</style>