Shades of Fuel Yellow #CE9133
Tints of Fuel Yellow #CE9133
RGB
CMYK
RGB Variations
Color information
#CE9133 (or 0xCE9133) is known color: Fuel Yellow. HEX triplet: CE, 91 and 33. RGB value is (206,145,51). Sum of RGB (Red+Green+Blue) = 206+145+51=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9133 is #316ECC. Grayscale: #989898. Windows color (decimal): -3239629 or 3379662. OLE color: 3379662.
HSL color Cylindrical-coordinate representation of color #CE9133: hue angle of 36.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE9133 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 51 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.19 |
| HSL | 36.39º | 0.61% | 0.5% | - |
| HSV(B) | 36.39º | 0.75% | 0.81% | - |
| XYZ | 36.18 | 33.61 | 7.71 | - |
| YUV | 152.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 51 | 0 | 0.30 | 0.75 | 0.19 | 36.39 | 0.61 | 0.5 |
| Hex | CE | 91 | 33 | 0 | 1E | 4B | 13 | 24 | 3D | 32 |
| Octal | 316 | 221 | 63 | 0 | 36 | 113 | 23 | 44 | 75 | 62 |
| Binary | 11001110 | 10010001 | 110011 | 0 | 11110 | 1001011 | 10011 | 100100 | 111101 | 110010 |
Color Harmonies of #CE9133
Complementary color
Monochromatic Colors of #CE9133
Black with #CE9133
Text Example
Text Example
White with #CE9133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9133; }
p { color: rgb(206,145,51); }
H1.HeaderClassName
{
color: #CE9133;
}
.AnyTagClassName
{
color: #CE9133;
}
</style>
background-color css
<style>
a { background-color: #CE9133; }
a { background-color: rgb(206,145,51); }
div.DivClassName
{
background-color: #CE9133;
}
.BgClassName
{
background-color: #CE9133;
}
</style>
border-color css
<style>
span { border-color: #CE9133; }
span { border-color: rgb(206,145,51); }
td.TdClassName
{
border-color: #CE9133;
}
.TagClassName
{
border-color: #CE9133;
}
</style>