Shades of Fuel Yellow #CE8E26
Tints of Fuel Yellow #CE8E26
RGB
CMYK
RGB Variations
Color information
#CE8E26 (or 0xCE8E26) is known color: Fuel Yellow. HEX triplet: CE, 8E and 26. RGB value is (206,142,38). Sum of RGB (Red+Green+Blue) = 206+142+38=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8E26 is #3171D9. Grayscale: #959595. Windows color (decimal): -3240410 or 2526926. OLE color: 2526926.
HSL color Cylindrical-coordinate representation of color #CE8E26: hue angle of 37.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE8E26 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 38 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.19 |
| HSL | 37.14º | 0.69% | 0.48% | - |
| HSV(B) | 37.14º | 0.82% | 0.81% | - |
| XYZ | 35.48 | 32.61 | 6.26 | - |
| YUV | 149.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 38 | 0 | 0.31 | 0.82 | 0.19 | 37.14 | 0.69 | 0.48 |
| Hex | CE | 8E | 26 | 0 | 1F | 52 | 13 | 25 | 45 | 30 |
| Octal | 316 | 216 | 46 | 0 | 37 | 122 | 23 | 45 | 105 | 60 |
| Binary | 11001110 | 10001110 | 100110 | 0 | 11111 | 1010010 | 10011 | 100101 | 1000101 | 110000 |
Color Harmonies of #CE8E26
Complementary color
Monochromatic Colors of #CE8E26
Black with #CE8E26
Text Example
Text Example
White with #CE8E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E26; }
p { color: rgb(206,142,38); }
H1.HeaderClassName
{
color: #CE8E26;
}
.AnyTagClassName
{
color: #CE8E26;
}
</style>
background-color css
<style>
a { background-color: #CE8E26; }
a { background-color: rgb(206,142,38); }
div.DivClassName
{
background-color: #CE8E26;
}
.BgClassName
{
background-color: #CE8E26;
}
</style>
border-color css
<style>
span { border-color: #CE8E26; }
span { border-color: rgb(206,142,38); }
td.TdClassName
{
border-color: #CE8E26;
}
.TagClassName
{
border-color: #CE8E26;
}
</style>