Shades of Fuel Yellow #CE9B32
Tints of Fuel Yellow #CE9B32
RGB
CMYK
RGB Variations
Color information
#CE9B32 (or 0xCE9B32) is known color: Fuel Yellow. HEX triplet: CE, 9B and 32. RGB value is (206,155,50). Sum of RGB (Red+Green+Blue) = 206+155+50=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B32 is #3164CD. Grayscale: #9E9E9E. Windows color (decimal): -3237070 or 3316686. OLE color: 3316686.
HSL color Cylindrical-coordinate representation of color #CE9B32: hue angle of 40.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE9B32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.19 |
| HSL | 40.38º | 0.61% | 0.5% | - |
| HSV(B) | 40.38º | 0.76% | 0.81% | - |
| XYZ | 37.75 | 36.79 | 8.13 | - |
| YUV | 158.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 50 | 0 | 0.25 | 0.76 | 0.19 | 40.38 | 0.61 | 0.5 |
| Hex | CE | 9B | 32 | 0 | 19 | 4C | 13 | 28 | 3D | 32 |
| Octal | 316 | 233 | 62 | 0 | 31 | 114 | 23 | 50 | 75 | 62 |
| Binary | 11001110 | 10011011 | 110010 | 0 | 11001 | 1001100 | 10011 | 101000 | 111101 | 110010 |
Color Harmonies of #CE9B32
Complementary color
Monochromatic Colors of #CE9B32
Black with #CE9B32
Text Example
Text Example
White with #CE9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B32; }
p { color: rgb(206,155,50); }
H1.HeaderClassName
{
color: #CE9B32;
}
.AnyTagClassName
{
color: #CE9B32;
}
</style>
background-color css
<style>
a { background-color: #CE9B32; }
a { background-color: rgb(206,155,50); }
div.DivClassName
{
background-color: #CE9B32;
}
.BgClassName
{
background-color: #CE9B32;
}
</style>
border-color css
<style>
span { border-color: #CE9B32; }
span { border-color: rgb(206,155,50); }
td.TdClassName
{
border-color: #CE9B32;
}
.TagClassName
{
border-color: #CE9B32;
}
</style>