Shades of Fuel Yellow #CE983C
Tints of Fuel Yellow #CE983C
RGB
CMYK
RGB Variations
Color information
#CE983C (or 0xCE983C) is known color: Fuel Yellow. HEX triplet: CE, 98 and 3C. RGB value is (206,152,60). Sum of RGB (Red+Green+Blue) = 206+152+60=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE983C is #3167C3. Grayscale: #9E9E9E. Windows color (decimal): -3237828 or 3971278. OLE color: 3971278.
HSL color Cylindrical-coordinate representation of color #CE983C: hue angle of 37.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE983C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 60 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.19 |
| HSL | 37.81º | 0.6% | 0.52% | - |
| HSV(B) | 37.81º | 0.71% | 0.81% | - |
| XYZ | 37.5 | 35.9 | 9.23 | - |
| YUV | 157.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 60 | 0 | 0.26 | 0.71 | 0.19 | 37.81 | 0.6 | 0.52 |
| Hex | CE | 98 | 3C | 0 | 1A | 47 | 13 | 26 | 3C | 34 |
| Octal | 316 | 230 | 74 | 0 | 32 | 107 | 23 | 46 | 74 | 64 |
| Binary | 11001110 | 10011000 | 111100 | 0 | 11010 | 1000111 | 10011 | 100110 | 111100 | 110100 |
Color Harmonies of #CE983C
Complementary color
Monochromatic Colors of #CE983C
Black with #CE983C
Text Example
Text Example
White with #CE983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE983C; }
p { color: rgb(206,152,60); }
H1.HeaderClassName
{
color: #CE983C;
}
.AnyTagClassName
{
color: #CE983C;
}
</style>
background-color css
<style>
a { background-color: #CE983C; }
a { background-color: rgb(206,152,60); }
div.DivClassName
{
background-color: #CE983C;
}
.BgClassName
{
background-color: #CE983C;
}
</style>
border-color css
<style>
span { border-color: #CE983C; }
span { border-color: rgb(206,152,60); }
td.TdClassName
{
border-color: #CE983C;
}
.TagClassName
{
border-color: #CE983C;
}
</style>