Shades of Fuel Yellow #CE8D32
Tints of Fuel Yellow #CE8D32
RGB
CMYK
RGB Variations
Color information
#CE8D32 (or 0xCE8D32) is known color: Fuel Yellow. HEX triplet: CE, 8D and 32. RGB value is (206,141,50). Sum of RGB (Red+Green+Blue) = 206+141+50=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D32 is #3172CD. Grayscale: #969696. Windows color (decimal): -3240654 or 3313102. OLE color: 3313102.
HSL color Cylindrical-coordinate representation of color #CE8D32: hue angle of 35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE8D32 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 50 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.19 |
| HSL | 35º | 0.61% | 0.5% | - |
| HSV(B) | 35º | 0.76% | 0.81% | - |
| XYZ | 35.55 | 32.4 | 7.4 | - |
| YUV | 150.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 50 | 0 | 0.32 | 0.76 | 0.19 | 35 | 0.61 | 0.5 |
| Hex | CE | 8D | 32 | 0 | 20 | 4C | 13 | 23 | 3D | 32 |
| Octal | 316 | 215 | 62 | 0 | 40 | 114 | 23 | 43 | 75 | 62 |
| Binary | 11001110 | 10001101 | 110010 | 0 | 100000 | 1001100 | 10011 | 100011 | 111101 | 110010 |
Color Harmonies of #CE8D32
Complementary color
Monochromatic Colors of #CE8D32
Black with #CE8D32
Text Example
Text Example
White with #CE8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D32; }
p { color: rgb(206,141,50); }
H1.HeaderClassName
{
color: #CE8D32;
}
.AnyTagClassName
{
color: #CE8D32;
}
</style>
background-color css
<style>
a { background-color: #CE8D32; }
a { background-color: rgb(206,141,50); }
div.DivClassName
{
background-color: #CE8D32;
}
.BgClassName
{
background-color: #CE8D32;
}
</style>
border-color css
<style>
span { border-color: #CE8D32; }
span { border-color: rgb(206,141,50); }
td.TdClassName
{
border-color: #CE8D32;
}
.TagClassName
{
border-color: #CE8D32;
}
</style>