Shades of Fuel Yellow #CE973C
Tints of Fuel Yellow #CE973C
RGB
CMYK
RGB Variations
Color information
#CE973C (or 0xCE973C) is known color: Fuel Yellow. HEX triplet: CE, 97 and 3C. RGB value is (206,151,60). Sum of RGB (Red+Green+Blue) = 206+151+60=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE973C is #3168C3. Grayscale: #9D9D9D. Windows color (decimal): -3238084 or 3971022. OLE color: 3971022.
HSL color Cylindrical-coordinate representation of color #CE973C: hue angle of 37.4º 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 #CE973C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 60 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.19 |
| HSL | 37.4º | 0.6% | 0.52% | - |
| HSV(B) | 37.4º | 0.71% | 0.81% | - |
| XYZ | 37.34 | 35.58 | 9.18 | - |
| YUV | 157.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 60 | 0 | 0.27 | 0.71 | 0.19 | 37.4 | 0.6 | 0.52 |
| Hex | CE | 97 | 3C | 0 | 1B | 47 | 13 | 25 | 3C | 34 |
| Octal | 316 | 227 | 74 | 0 | 33 | 107 | 23 | 45 | 74 | 64 |
| Binary | 11001110 | 10010111 | 111100 | 0 | 11011 | 1000111 | 10011 | 100101 | 111100 | 110100 |
Color Harmonies of #CE973C
Complementary color
Monochromatic Colors of #CE973C
Black with #CE973C
Text Example
Text Example
White with #CE973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE973C; }
p { color: rgb(206,151,60); }
H1.HeaderClassName
{
color: #CE973C;
}
.AnyTagClassName
{
color: #CE973C;
}
</style>
background-color css
<style>
a { background-color: #CE973C; }
a { background-color: rgb(206,151,60); }
div.DivClassName
{
background-color: #CE973C;
}
.BgClassName
{
background-color: #CE973C;
}
</style>
border-color css
<style>
span { border-color: #CE973C; }
span { border-color: rgb(206,151,60); }
td.TdClassName
{
border-color: #CE973C;
}
.TagClassName
{
border-color: #CE973C;
}
</style>