Shades of Fuel Yellow #CE953A
Tints of Fuel Yellow #CE953A
RGB
CMYK
RGB Variations
Color information
#CE953A (or 0xCE953A) is known color: Fuel Yellow. HEX triplet: CE, 95 and 3A. RGB value is (206,149,58). Sum of RGB (Red+Green+Blue) = 206+149+58=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE953A is #316AC5. Grayscale: #9C9C9C. Windows color (decimal): -3238598 or 3839438. OLE color: 3839438.
HSL color Cylindrical-coordinate representation of color #CE953A: hue angle of 36.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE953A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 58 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.19 |
| HSL | 36.89º | 0.6% | 0.52% | - |
| HSV(B) | 36.89º | 0.72% | 0.81% | - |
| XYZ | 36.96 | 34.92 | 8.8 | - |
| YUV | 155.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 58 | 0 | 0.28 | 0.72 | 0.19 | 36.89 | 0.6 | 0.52 |
| Hex | CE | 95 | 3A | 0 | 1C | 48 | 13 | 25 | 3C | 34 |
| Octal | 316 | 225 | 72 | 0 | 34 | 110 | 23 | 45 | 74 | 64 |
| Binary | 11001110 | 10010101 | 111010 | 0 | 11100 | 1001000 | 10011 | 100101 | 111100 | 110100 |
Color Harmonies of #CE953A
Complementary color
Monochromatic Colors of #CE953A
Black with #CE953A
Text Example
Text Example
White with #CE953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE953A; }
p { color: rgb(206,149,58); }
H1.HeaderClassName
{
color: #CE953A;
}
.AnyTagClassName
{
color: #CE953A;
}
</style>
background-color css
<style>
a { background-color: #CE953A; }
a { background-color: rgb(206,149,58); }
div.DivClassName
{
background-color: #CE953A;
}
.BgClassName
{
background-color: #CE953A;
}
</style>
border-color css
<style>
span { border-color: #CE953A; }
span { border-color: rgb(206,149,58); }
td.TdClassName
{
border-color: #CE953A;
}
.TagClassName
{
border-color: #CE953A;
}
</style>