Shades of Fuel Yellow #CE9A2F
Tints of Fuel Yellow #CE9A2F
RGB
CMYK
RGB Variations
Color information
#CE9A2F (or 0xCE9A2F) is known color: Fuel Yellow. HEX triplet: CE, 9A and 2F. RGB value is (206,154,47). Sum of RGB (Red+Green+Blue) = 206+154+47=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A2F is #3165D0. Grayscale: #9D9D9D. Windows color (decimal): -3237329 or 3119822. OLE color: 3119822.
HSL color Cylindrical-coordinate representation of color #CE9A2F: hue angle of 40.38º 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 #CE9A2F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 47 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.19 |
| HSL | 40.38º | 0.63% | 0.5% | - |
| HSV(B) | 40.38º | 0.77% | 0.81% | - |
| XYZ | 37.52 | 36.44 | 7.74 | - |
| YUV | 157.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 47 | 0 | 0.25 | 0.77 | 0.19 | 40.38 | 0.63 | 0.5 |
| Hex | CE | 9A | 2F | 0 | 19 | 4D | 13 | 28 | 3F | 32 |
| Octal | 316 | 232 | 57 | 0 | 31 | 115 | 23 | 50 | 77 | 62 |
| Binary | 11001110 | 10011010 | 101111 | 0 | 11001 | 1001101 | 10011 | 101000 | 111111 | 110010 |
Color Harmonies of #CE9A2F
Complementary color
Monochromatic Colors of #CE9A2F
Black with #CE9A2F
Text Example
Text Example
White with #CE9A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A2F; }
p { color: rgb(206,154,47); }
H1.HeaderClassName
{
color: #CE9A2F;
}
.AnyTagClassName
{
color: #CE9A2F;
}
</style>
background-color css
<style>
a { background-color: #CE9A2F; }
a { background-color: rgb(206,154,47); }
div.DivClassName
{
background-color: #CE9A2F;
}
.BgClassName
{
background-color: #CE9A2F;
}
</style>
border-color css
<style>
span { border-color: #CE9A2F; }
span { border-color: rgb(206,154,47); }
td.TdClassName
{
border-color: #CE9A2F;
}
.TagClassName
{
border-color: #CE9A2F;
}
</style>