Shades of Fuel Yellow #CE8E35
Tints of Fuel Yellow #CE8E35
RGB
CMYK
RGB Variations
Color information
#CE8E35 (or 0xCE8E35) is known color: Fuel Yellow. HEX triplet: CE, 8E and 35. RGB value is (206,142,53). Sum of RGB (Red+Green+Blue) = 206+142+53=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8E35 is #3171CA. Grayscale: #979797. Windows color (decimal): -3240395 or 3509966. OLE color: 3509966.
HSL color Cylindrical-coordinate representation of color #CE8E35: hue angle of 34.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8E35 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 53 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.19 |
| HSL | 34.9º | 0.61% | 0.51% | - |
| HSV(B) | 34.9º | 0.74% | 0.81% | - |
| XYZ | 35.77 | 32.72 | 7.8 | - |
| YUV | 150.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 53 | 0 | 0.31 | 0.74 | 0.19 | 34.9 | 0.61 | 0.51 |
| Hex | CE | 8E | 35 | 0 | 1F | 4A | 13 | 23 | 3D | 33 |
| Octal | 316 | 216 | 65 | 0 | 37 | 112 | 23 | 43 | 75 | 63 |
| Binary | 11001110 | 10001110 | 110101 | 0 | 11111 | 1001010 | 10011 | 100011 | 111101 | 110011 |
Color Harmonies of #CE8E35
Complementary color
Monochromatic Colors of #CE8E35
Black with #CE8E35
Text Example
Text Example
White with #CE8E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E35; }
p { color: rgb(206,142,53); }
H1.HeaderClassName
{
color: #CE8E35;
}
.AnyTagClassName
{
color: #CE8E35;
}
</style>
background-color css
<style>
a { background-color: #CE8E35; }
a { background-color: rgb(206,142,53); }
div.DivClassName
{
background-color: #CE8E35;
}
.BgClassName
{
background-color: #CE8E35;
}
</style>
border-color css
<style>
span { border-color: #CE8E35; }
span { border-color: rgb(206,142,53); }
td.TdClassName
{
border-color: #CE8E35;
}
.TagClassName
{
border-color: #CE8E35;
}
</style>