Shades of Fuel Yellow #CE9F39
Tints of Fuel Yellow #CE9F39
RGB
CMYK
RGB Variations
Color information
#CE9F39 (or 0xCE9F39) is known color: Fuel Yellow. HEX triplet: CE, 9F and 39. RGB value is (206,159,57). Sum of RGB (Red+Green+Blue) = 206+159+57=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F39 is #3160C6. Grayscale: #A1A1A1. Windows color (decimal): -3236039 or 3776462. OLE color: 3776462.
HSL color Cylindrical-coordinate representation of color #CE9F39: hue angle of 41.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE9F39 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 57 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.19 |
| HSL | 41.07º | 0.6% | 0.52% | - |
| HSV(B) | 41.07º | 0.72% | 0.81% | - |
| XYZ | 38.59 | 38.21 | 9.21 | - |
| YUV | 161.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 57 | 0 | 0.23 | 0.72 | 0.19 | 41.07 | 0.6 | 0.52 |
| Hex | CE | 9F | 39 | 0 | 17 | 48 | 13 | 29 | 3C | 34 |
| Octal | 316 | 237 | 71 | 0 | 27 | 110 | 23 | 51 | 74 | 64 |
| Binary | 11001110 | 10011111 | 111001 | 0 | 10111 | 1001000 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CE9F39
Complementary color
Monochromatic Colors of #CE9F39
Black with #CE9F39
Text Example
Text Example
White with #CE9F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F39; }
p { color: rgb(206,159,57); }
H1.HeaderClassName
{
color: #CE9F39;
}
.AnyTagClassName
{
color: #CE9F39;
}
</style>
background-color css
<style>
a { background-color: #CE9F39; }
a { background-color: rgb(206,159,57); }
div.DivClassName
{
background-color: #CE9F39;
}
.BgClassName
{
background-color: #CE9F39;
}
</style>
border-color css
<style>
span { border-color: #CE9F39; }
span { border-color: rgb(206,159,57); }
td.TdClassName
{
border-color: #CE9F39;
}
.TagClassName
{
border-color: #CE9F39;
}
</style>