Shades of Fuel Yellow #CE9E2F
Tints of Fuel Yellow #CE9E2F
RGB
CMYK
RGB Variations
Color information
#CE9E2F (or 0xCE9E2F) is known color: Fuel Yellow. HEX triplet: CE, 9E and 2F. RGB value is (206,158,47). Sum of RGB (Red+Green+Blue) = 206+158+47=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E2F is #3161D0. Grayscale: #A0A0A0. Windows color (decimal): -3236305 or 3120846. OLE color: 3120846.
HSL color Cylindrical-coordinate representation of color #CE9E2F: hue angle of 41.89º 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 #CE9E2F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 47 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.19 |
| HSL | 41.89º | 0.63% | 0.5% | - |
| HSV(B) | 41.89º | 0.77% | 0.81% | - |
| XYZ | 38.19 | 37.78 | 7.97 | - |
| YUV | 159.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 47 | 0 | 0.23 | 0.77 | 0.19 | 41.89 | 0.63 | 0.5 |
| Hex | CE | 9E | 2F | 0 | 17 | 4D | 13 | 2A | 3F | 32 |
| Octal | 316 | 236 | 57 | 0 | 27 | 115 | 23 | 52 | 77 | 62 |
| Binary | 11001110 | 10011110 | 101111 | 0 | 10111 | 1001101 | 10011 | 101010 | 111111 | 110010 |
Color Harmonies of #CE9E2F
Complementary color
Monochromatic Colors of #CE9E2F
Black with #CE9E2F
Text Example
Text Example
White with #CE9E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E2F; }
p { color: rgb(206,158,47); }
H1.HeaderClassName
{
color: #CE9E2F;
}
.AnyTagClassName
{
color: #CE9E2F;
}
</style>
background-color css
<style>
a { background-color: #CE9E2F; }
a { background-color: rgb(206,158,47); }
div.DivClassName
{
background-color: #CE9E2F;
}
.BgClassName
{
background-color: #CE9E2F;
}
</style>
border-color css
<style>
span { border-color: #CE9E2F; }
span { border-color: rgb(206,158,47); }
td.TdClassName
{
border-color: #CE9E2F;
}
.TagClassName
{
border-color: #CE9E2F;
}
</style>