Shades of Fuel Yellow #CE9934
Tints of Fuel Yellow #CE9934
RGB
CMYK
RGB Variations
Color information
#CE9934 (or 0xCE9934) is known color: Fuel Yellow. HEX triplet: CE, 99 and 34. RGB value is (206,153,52). Sum of RGB (Red+Green+Blue) = 206+153+52=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9934 is #3166CB. Grayscale: #9D9D9D. Windows color (decimal): -3237580 or 3447246. OLE color: 3447246.
HSL color Cylindrical-coordinate representation of color #CE9934: hue angle of 39.35º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE9934 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 52 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.19 |
| HSL | 39.35º | 0.61% | 0.51% | - |
| HSV(B) | 39.35º | 0.75% | 0.81% | - |
| XYZ | 37.46 | 36.15 | 8.25 | - |
| YUV | 157.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 52 | 0 | 0.26 | 0.75 | 0.19 | 39.35 | 0.61 | 0.51 |
| Hex | CE | 99 | 34 | 0 | 1A | 4B | 13 | 27 | 3D | 33 |
| Octal | 316 | 231 | 64 | 0 | 32 | 113 | 23 | 47 | 75 | 63 |
| Binary | 11001110 | 10011001 | 110100 | 0 | 11010 | 1001011 | 10011 | 100111 | 111101 | 110011 |
Color Harmonies of #CE9934
Complementary color
Monochromatic Colors of #CE9934
Black with #CE9934
Text Example
Text Example
White with #CE9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9934; }
p { color: rgb(206,153,52); }
H1.HeaderClassName
{
color: #CE9934;
}
.AnyTagClassName
{
color: #CE9934;
}
</style>
background-color css
<style>
a { background-color: #CE9934; }
a { background-color: rgb(206,153,52); }
div.DivClassName
{
background-color: #CE9934;
}
.BgClassName
{
background-color: #CE9934;
}
</style>
border-color css
<style>
span { border-color: #CE9934; }
span { border-color: rgb(206,153,52); }
td.TdClassName
{
border-color: #CE9934;
}
.TagClassName
{
border-color: #CE9934;
}
</style>