Shades of Fuel Yellow #CE942F
Tints of Fuel Yellow #CE942F
RGB
CMYK
RGB Variations
Color information
#CE942F (or 0xCE942F) is known color: Fuel Yellow. HEX triplet: CE, 94 and 2F. RGB value is (206,148,47). Sum of RGB (Red+Green+Blue) = 206+148+47=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE942F is #316BD0. Grayscale: #9A9A9A. Windows color (decimal): -3238865 or 3118286. OLE color: 3118286.
HSL color Cylindrical-coordinate representation of color #CE942F: hue angle of 38.11º degrees, saturation: 0.63, 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 #CE942F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.19 |
| HSL | 38.11º | 0.63% | 0.5% | - |
| HSV(B) | 38.11º | 0.77% | 0.81% | - |
| XYZ | 36.56 | 34.51 | 7.42 | - |
| YUV | 153.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 47 | 0 | 0.28 | 0.77 | 0.19 | 38.11 | 0.63 | 0.5 |
| Hex | CE | 94 | 2F | 0 | 1C | 4D | 13 | 26 | 3F | 32 |
| Octal | 316 | 224 | 57 | 0 | 34 | 115 | 23 | 46 | 77 | 62 |
| Binary | 11001110 | 10010100 | 101111 | 0 | 11100 | 1001101 | 10011 | 100110 | 111111 | 110010 |
Color Harmonies of #CE942F
Complementary color
Monochromatic Colors of #CE942F
Black with #CE942F
Text Example
Text Example
White with #CE942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE942F; }
p { color: rgb(206,148,47); }
H1.HeaderClassName
{
color: #CE942F;
}
.AnyTagClassName
{
color: #CE942F;
}
</style>
background-color css
<style>
a { background-color: #CE942F; }
a { background-color: rgb(206,148,47); }
div.DivClassName
{
background-color: #CE942F;
}
.BgClassName
{
background-color: #CE942F;
}
</style>
border-color css
<style>
span { border-color: #CE942F; }
span { border-color: rgb(206,148,47); }
td.TdClassName
{
border-color: #CE942F;
}
.TagClassName
{
border-color: #CE942F;
}
</style>