Shades of Fuel Yellow #CE9030
Tints of Fuel Yellow #CE9030
RGB
CMYK
RGB Variations
Color information
#CE9030 (or 0xCE9030) is known color: Fuel Yellow. HEX triplet: CE, 90 and 30. RGB value is (206,144,48). Sum of RGB (Red+Green+Blue) = 206+144+48=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9030 is #316FCF. Grayscale: #989898. Windows color (decimal): -3239888 or 3182798. OLE color: 3182798.
HSL color Cylindrical-coordinate representation of color #CE9030: hue angle of 36.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE9030 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 48 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.19 |
| HSL | 36.46º | 0.62% | 0.5% | - |
| HSV(B) | 36.46º | 0.77% | 0.81% | - |
| XYZ | 35.96 | 33.28 | 7.33 | - |
| YUV | 151.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 48 | 0 | 0.30 | 0.77 | 0.19 | 36.46 | 0.62 | 0.5 |
| Hex | CE | 90 | 30 | 0 | 1E | 4D | 13 | 24 | 3E | 32 |
| Octal | 316 | 220 | 60 | 0 | 36 | 115 | 23 | 44 | 76 | 62 |
| Binary | 11001110 | 10010000 | 110000 | 0 | 11110 | 1001101 | 10011 | 100100 | 111110 | 110010 |
Color Harmonies of #CE9030
Complementary color
Monochromatic Colors of #CE9030
Black with #CE9030
Text Example
Text Example
White with #CE9030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9030; }
p { color: rgb(206,144,48); }
H1.HeaderClassName
{
color: #CE9030;
}
.AnyTagClassName
{
color: #CE9030;
}
</style>
background-color css
<style>
a { background-color: #CE9030; }
a { background-color: rgb(206,144,48); }
div.DivClassName
{
background-color: #CE9030;
}
.BgClassName
{
background-color: #CE9030;
}
</style>
border-color css
<style>
span { border-color: #CE9030; }
span { border-color: rgb(206,144,48); }
td.TdClassName
{
border-color: #CE9030;
}
.TagClassName
{
border-color: #CE9030;
}
</style>