Shades of Fuel Yellow #CE9032
Tints of Fuel Yellow #CE9032
RGB
CMYK
RGB Variations
Color information
#CE9032 (or 0xCE9032) is known color: Fuel Yellow. HEX triplet: CE, 90 and 32. RGB value is (206,144,50). Sum of RGB (Red+Green+Blue) = 206+144+50=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9032 is #316FCD. Grayscale: #989898. Windows color (decimal): -3239886 or 3313870. OLE color: 3313870.
HSL color Cylindrical-coordinate representation of color #CE9032: hue angle of 36.15º 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 #CE9032 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.19 |
| HSL | 36.15º | 0.61% | 0.5% | - |
| HSV(B) | 36.15º | 0.76% | 0.81% | - |
| XYZ | 36 | 33.3 | 7.55 | - |
| YUV | 151.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 50 | 0 | 0.30 | 0.76 | 0.19 | 36.15 | 0.61 | 0.5 |
| Hex | CE | 90 | 32 | 0 | 1E | 4C | 13 | 24 | 3D | 32 |
| Octal | 316 | 220 | 62 | 0 | 36 | 114 | 23 | 44 | 75 | 62 |
| Binary | 11001110 | 10010000 | 110010 | 0 | 11110 | 1001100 | 10011 | 100100 | 111101 | 110010 |
Color Harmonies of #CE9032
Complementary color
Monochromatic Colors of #CE9032
Black with #CE9032
Text Example
Text Example
White with #CE9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9032; }
p { color: rgb(206,144,50); }
H1.HeaderClassName
{
color: #CE9032;
}
.AnyTagClassName
{
color: #CE9032;
}
</style>
background-color css
<style>
a { background-color: #CE9032; }
a { background-color: rgb(206,144,50); }
div.DivClassName
{
background-color: #CE9032;
}
.BgClassName
{
background-color: #CE9032;
}
</style>
border-color css
<style>
span { border-color: #CE9032; }
span { border-color: rgb(206,144,50); }
td.TdClassName
{
border-color: #CE9032;
}
.TagClassName
{
border-color: #CE9032;
}
</style>