Shades of Fuel Yellow #CE982D
Tints of Fuel Yellow #CE982D
RGB
CMYK
RGB Variations
Color information
#CE982D (or 0xCE982D) is known color: Fuel Yellow. HEX triplet: CE, 98 and 2D. RGB value is (206,152,45). Sum of RGB (Red+Green+Blue) = 206+152+45=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE982D is #3167D2. Grayscale: #9C9C9C. Windows color (decimal): -3237843 or 2988238. OLE color: 2988238.
HSL color Cylindrical-coordinate representation of color #CE982D: hue angle of 39.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE982D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.19 |
| HSL | 39.88º | 0.64% | 0.49% | - |
| HSV(B) | 39.88º | 0.78% | 0.81% | - |
| XYZ | 37.16 | 35.77 | 7.43 | - |
| YUV | 155.95 | 65.39 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 45 | 0 | 0.26 | 0.78 | 0.19 | 39.88 | 0.64 | 0.49 |
| Hex | CE | 98 | 2D | 0 | 1A | 4E | 13 | 28 | 40 | 31 |
| Octal | 316 | 230 | 55 | 0 | 32 | 116 | 23 | 50 | 100 | 61 |
| Binary | 11001110 | 10011000 | 101101 | 0 | 11010 | 1001110 | 10011 | 101000 | 1000000 | 110001 |
Color Harmonies of #CE982D
Complementary color
Monochromatic Colors of #CE982D
Black with #CE982D
Text Example
Text Example
White with #CE982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE982D; }
p { color: rgb(206,152,45); }
H1.HeaderClassName
{
color: #CE982D;
}
.AnyTagClassName
{
color: #CE982D;
}
</style>
background-color css
<style>
a { background-color: #CE982D; }
a { background-color: rgb(206,152,45); }
div.DivClassName
{
background-color: #CE982D;
}
.BgClassName
{
background-color: #CE982D;
}
</style>
border-color css
<style>
span { border-color: #CE982D; }
span { border-color: rgb(206,152,45); }
td.TdClassName
{
border-color: #CE982D;
}
.TagClassName
{
border-color: #CE982D;
}
</style>