Shades of Fuel Yellow #CE953C
Tints of Fuel Yellow #CE953C
RGB
CMYK
RGB Variations
Color information
#CE953C (or 0xCE953C) is known color: Fuel Yellow. HEX triplet: CE, 95 and 3C. RGB value is (206,149,60). Sum of RGB (Red+Green+Blue) = 206+149+60=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE953C is #316AC3. Grayscale: #9C9C9C. Windows color (decimal): -3238596 or 3970510. OLE color: 3970510.
HSL color Cylindrical-coordinate representation of color #CE953C: hue angle of 36.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE953C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 60 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.58º | 0.6% | 0.52% | - |
| HSV(B) | 36.58º | 0.71% | 0.81% | - |
| XYZ | 37.02 | 34.94 | 9.07 | - |
| YUV | 155.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 60 | 0 | 0.28 | 0.71 | 0.19 | 36.58 | 0.6 | 0.52 |
| Hex | CE | 95 | 3C | 0 | 1C | 47 | 13 | 25 | 3C | 34 |
| Octal | 316 | 225 | 74 | 0 | 34 | 107 | 23 | 45 | 74 | 64 |
| Binary | 11001110 | 10010101 | 111100 | 0 | 11100 | 1000111 | 10011 | 100101 | 111100 | 110100 |
Color Harmonies of #CE953C
Complementary color
Monochromatic Colors of #CE953C
Black with #CE953C
Text Example
Text Example
White with #CE953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE953C; }
p { color: rgb(206,149,60); }
H1.HeaderClassName
{
color: #CE953C;
}
.AnyTagClassName
{
color: #CE953C;
}
</style>
background-color css
<style>
a { background-color: #CE953C; }
a { background-color: rgb(206,149,60); }
div.DivClassName
{
background-color: #CE953C;
}
.BgClassName
{
background-color: #CE953C;
}
</style>
border-color css
<style>
span { border-color: #CE953C; }
span { border-color: rgb(206,149,60); }
td.TdClassName
{
border-color: #CE953C;
}
.TagClassName
{
border-color: #CE953C;
}
</style>