Shades of Fuel Yellow #CE8D35
Tints of Fuel Yellow #CE8D35
RGB
CMYK
RGB Variations
Color information
#CE8D35 (or 0xCE8D35) is known color: Fuel Yellow. HEX triplet: CE, 8D and 35. RGB value is (206,141,53). Sum of RGB (Red+Green+Blue) = 206+141+53=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D35 is #3172CA. Grayscale: #969696. Windows color (decimal): -3240651 or 3509710. OLE color: 3509710.
HSL color Cylindrical-coordinate representation of color #CE8D35: hue angle of 34.51º 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 #CE8D35 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 53 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.19 |
| HSL | 34.51º | 0.61% | 0.51% | - |
| HSV(B) | 34.51º | 0.74% | 0.81% | - |
| XYZ | 35.62 | 32.43 | 7.75 | - |
| YUV | 150.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 53 | 0 | 0.32 | 0.74 | 0.19 | 34.51 | 0.61 | 0.51 |
| Hex | CE | 8D | 35 | 0 | 20 | 4A | 13 | 23 | 3D | 33 |
| Octal | 316 | 215 | 65 | 0 | 40 | 112 | 23 | 43 | 75 | 63 |
| Binary | 11001110 | 10001101 | 110101 | 0 | 100000 | 1001010 | 10011 | 100011 | 111101 | 110011 |
Color Harmonies of #CE8D35
Complementary color
Monochromatic Colors of #CE8D35
Black with #CE8D35
Text Example
Text Example
White with #CE8D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D35; }
p { color: rgb(206,141,53); }
H1.HeaderClassName
{
color: #CE8D35;
}
.AnyTagClassName
{
color: #CE8D35;
}
</style>
background-color css
<style>
a { background-color: #CE8D35; }
a { background-color: rgb(206,141,53); }
div.DivClassName
{
background-color: #CE8D35;
}
.BgClassName
{
background-color: #CE8D35;
}
</style>
border-color css
<style>
span { border-color: #CE8D35; }
span { border-color: rgb(206,141,53); }
td.TdClassName
{
border-color: #CE8D35;
}
.TagClassName
{
border-color: #CE8D35;
}
</style>