Shades of Fuel Yellow #CE972F
Tints of Fuel Yellow #CE972F
RGB
CMYK
RGB Variations
Color information
#CE972F (or 0xCE972F) is known color: Fuel Yellow. HEX triplet: CE, 97 and 2F. RGB value is (206,151,47). Sum of RGB (Red+Green+Blue) = 206+151+47=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE972F is #3168D0. Grayscale: #9C9C9C. Windows color (decimal): -3238097 or 3119054. OLE color: 3119054.
HSL color Cylindrical-coordinate representation of color #CE972F: hue angle of 39.25º 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 #CE972F is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 47 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.19 |
| HSL | 39.25º | 0.63% | 0.5% | - |
| HSV(B) | 39.25º | 0.77% | 0.81% | - |
| XYZ | 37.03 | 35.46 | 7.58 | - |
| YUV | 155.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 47 | 0 | 0.27 | 0.77 | 0.19 | 39.25 | 0.63 | 0.5 |
| Hex | CE | 97 | 2F | 0 | 1B | 4D | 13 | 27 | 3F | 32 |
| Octal | 316 | 227 | 57 | 0 | 33 | 115 | 23 | 47 | 77 | 62 |
| Binary | 11001110 | 10010111 | 101111 | 0 | 11011 | 1001101 | 10011 | 100111 | 111111 | 110010 |
Color Harmonies of #CE972F
Complementary color
Monochromatic Colors of #CE972F
Black with #CE972F
Text Example
Text Example
White with #CE972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE972F; }
p { color: rgb(206,151,47); }
H1.HeaderClassName
{
color: #CE972F;
}
.AnyTagClassName
{
color: #CE972F;
}
</style>
background-color css
<style>
a { background-color: #CE972F; }
a { background-color: rgb(206,151,47); }
div.DivClassName
{
background-color: #CE972F;
}
.BgClassName
{
background-color: #CE972F;
}
</style>
border-color css
<style>
span { border-color: #CE972F; }
span { border-color: rgb(206,151,47); }
td.TdClassName
{
border-color: #CE972F;
}
.TagClassName
{
border-color: #CE972F;
}
</style>