Shades of Fuel Yellow #CE9F35
Tints of Fuel Yellow #CE9F35
RGB
CMYK
RGB Variations
Color information
#CE9F35 (or 0xCE9F35) is known color: Fuel Yellow. HEX triplet: CE, 9F and 35. RGB value is (206,159,53). Sum of RGB (Red+Green+Blue) = 206+159+53=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F35 is #3160CA. Grayscale: #A1A1A1. Windows color (decimal): -3236043 or 3514318. OLE color: 3514318.
HSL color Cylindrical-coordinate representation of color #CE9F35: hue angle of 41.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE9F35 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 53 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.19 |
| HSL | 41.57º | 0.61% | 0.51% | - |
| HSV(B) | 41.57º | 0.74% | 0.81% | - |
| XYZ | 38.49 | 38.18 | 8.71 | - |
| YUV | 160.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 53 | 0 | 0.23 | 0.74 | 0.19 | 41.57 | 0.61 | 0.51 |
| Hex | CE | 9F | 35 | 0 | 17 | 4A | 13 | 2A | 3D | 33 |
| Octal | 316 | 237 | 65 | 0 | 27 | 112 | 23 | 52 | 75 | 63 |
| Binary | 11001110 | 10011111 | 110101 | 0 | 10111 | 1001010 | 10011 | 101010 | 111101 | 110011 |
Color Harmonies of #CE9F35
Complementary color
Monochromatic Colors of #CE9F35
Black with #CE9F35
Text Example
Text Example
White with #CE9F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F35; }
p { color: rgb(206,159,53); }
H1.HeaderClassName
{
color: #CE9F35;
}
.AnyTagClassName
{
color: #CE9F35;
}
</style>
background-color css
<style>
a { background-color: #CE9F35; }
a { background-color: rgb(206,159,53); }
div.DivClassName
{
background-color: #CE9F35;
}
.BgClassName
{
background-color: #CE9F35;
}
</style>
border-color css
<style>
span { border-color: #CE9F35; }
span { border-color: rgb(206,159,53); }
td.TdClassName
{
border-color: #CE9F35;
}
.TagClassName
{
border-color: #CE9F35;
}
</style>