Shades of Fuel Yellow #CE9732
Tints of Fuel Yellow #CE9732
RGB
CMYK
RGB Variations
Color information
#CE9732 (or 0xCE9732) is known color: Fuel Yellow. HEX triplet: CE, 97 and 32. RGB value is (206,151,50). Sum of RGB (Red+Green+Blue) = 206+151+50=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9732 is #3168CD. Grayscale: #9C9C9C. Windows color (decimal): -3238094 or 3315662. OLE color: 3315662.
HSL color Cylindrical-coordinate representation of color #CE9732: hue angle of 38.85º 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 #CE9732 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 50 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.19 |
| HSL | 38.85º | 0.61% | 0.5% | - |
| HSV(B) | 38.85º | 0.76% | 0.81% | - |
| XYZ | 37.1 | 35.49 | 7.91 | - |
| YUV | 155.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 50 | 0 | 0.27 | 0.76 | 0.19 | 38.85 | 0.61 | 0.5 |
| Hex | CE | 97 | 32 | 0 | 1B | 4C | 13 | 27 | 3D | 32 |
| Octal | 316 | 227 | 62 | 0 | 33 | 114 | 23 | 47 | 75 | 62 |
| Binary | 11001110 | 10010111 | 110010 | 0 | 11011 | 1001100 | 10011 | 100111 | 111101 | 110010 |
Color Harmonies of #CE9732
Complementary color
Monochromatic Colors of #CE9732
Black with #CE9732
Text Example
Text Example
White with #CE9732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9732; }
p { color: rgb(206,151,50); }
H1.HeaderClassName
{
color: #CE9732;
}
.AnyTagClassName
{
color: #CE9732;
}
</style>
background-color css
<style>
a { background-color: #CE9732; }
a { background-color: rgb(206,151,50); }
div.DivClassName
{
background-color: #CE9732;
}
.BgClassName
{
background-color: #CE9732;
}
</style>
border-color css
<style>
span { border-color: #CE9732; }
span { border-color: rgb(206,151,50); }
td.TdClassName
{
border-color: #CE9732;
}
.TagClassName
{
border-color: #CE9732;
}
</style>