Shades of Fuel Yellow #CE8C31
Tints of Fuel Yellow #CE8C31
RGB
CMYK
RGB Variations
Color information
#CE8C31 (or 0xCE8C31) is known color: Fuel Yellow. HEX triplet: CE, 8C and 31. RGB value is (206,140,49). Sum of RGB (Red+Green+Blue) = 206+140+49=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C31 is #3173CE. Grayscale: #959595. Windows color (decimal): -3240911 or 3247310. OLE color: 3247310.
HSL color Cylindrical-coordinate representation of color #CE8C31: hue angle of 34.78º degrees, saturation: 0.62, 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 #CE8C31 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 49 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.19 |
| HSL | 34.78º | 0.62% | 0.5% | - |
| HSV(B) | 34.78º | 0.76% | 0.81% | - |
| XYZ | 35.39 | 32.1 | 7.24 | - |
| YUV | 149.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 49 | 0 | 0.32 | 0.76 | 0.19 | 34.78 | 0.62 | 0.5 |
| Hex | CE | 8C | 31 | 0 | 20 | 4C | 13 | 23 | 3E | 32 |
| Octal | 316 | 214 | 61 | 0 | 40 | 114 | 23 | 43 | 76 | 62 |
| Binary | 11001110 | 10001100 | 110001 | 0 | 100000 | 1001100 | 10011 | 100011 | 111110 | 110010 |
Color Harmonies of #CE8C31
Complementary color
Monochromatic Colors of #CE8C31
Black with #CE8C31
Text Example
Text Example
White with #CE8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C31; }
p { color: rgb(206,140,49); }
H1.HeaderClassName
{
color: #CE8C31;
}
.AnyTagClassName
{
color: #CE8C31;
}
</style>
background-color css
<style>
a { background-color: #CE8C31; }
a { background-color: rgb(206,140,49); }
div.DivClassName
{
background-color: #CE8C31;
}
.BgClassName
{
background-color: #CE8C31;
}
</style>
border-color css
<style>
span { border-color: #CE8C31; }
span { border-color: rgb(206,140,49); }
td.TdClassName
{
border-color: #CE8C31;
}
.TagClassName
{
border-color: #CE8C31;
}
</style>