Shades of Fuel Yellow #CE9C30
Tints of Fuel Yellow #CE9C30
RGB
CMYK
RGB Variations
Color information
#CE9C30 (or 0xCE9C30) is known color: Fuel Yellow. HEX triplet: CE, 9C and 30. RGB value is (206,156,48). Sum of RGB (Red+Green+Blue) = 206+156+48=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C30 is #3163CF. Grayscale: #9F9F9F. Windows color (decimal): -3236816 or 3185870. OLE color: 3185870.
HSL color Cylindrical-coordinate representation of color #CE9C30: hue angle of 41.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE9C30 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 48 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.19 |
| HSL | 41.01º | 0.62% | 0.5% | - |
| HSV(B) | 41.01º | 0.77% | 0.81% | - |
| XYZ | 37.88 | 37.11 | 7.96 | - |
| YUV | 158.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 48 | 0 | 0.24 | 0.77 | 0.19 | 41.01 | 0.62 | 0.5 |
| Hex | CE | 9C | 30 | 0 | 18 | 4D | 13 | 29 | 3E | 32 |
| Octal | 316 | 234 | 60 | 0 | 30 | 115 | 23 | 51 | 76 | 62 |
| Binary | 11001110 | 10011100 | 110000 | 0 | 11000 | 1001101 | 10011 | 101001 | 111110 | 110010 |
Color Harmonies of #CE9C30
Complementary color
Monochromatic Colors of #CE9C30
Black with #CE9C30
Text Example
Text Example
White with #CE9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C30; }
p { color: rgb(206,156,48); }
H1.HeaderClassName
{
color: #CE9C30;
}
.AnyTagClassName
{
color: #CE9C30;
}
</style>
background-color css
<style>
a { background-color: #CE9C30; }
a { background-color: rgb(206,156,48); }
div.DivClassName
{
background-color: #CE9C30;
}
.BgClassName
{
background-color: #CE9C30;
}
</style>
border-color css
<style>
span { border-color: #CE9C30; }
span { border-color: rgb(206,156,48); }
td.TdClassName
{
border-color: #CE9C30;
}
.TagClassName
{
border-color: #CE9C30;
}
</style>