Shades of Fuel Yellow #CE992B
Tints of Fuel Yellow #CE992B
RGB
CMYK
RGB Variations
Color information
#CE992B (or 0xCE992B) is known color: Fuel Yellow. HEX triplet: CE, 99 and 2B. RGB value is (206,153,43). Sum of RGB (Red+Green+Blue) = 206+153+43=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE992B is #3166D4. Grayscale: #9C9C9C. Windows color (decimal): -3237589 or 2857422. OLE color: 2857422.
HSL color Cylindrical-coordinate representation of color #CE992B: hue angle of 40.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE992B is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 43 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.19 |
| HSL | 40.49º | 0.65% | 0.49% | - |
| HSV(B) | 40.49º | 0.79% | 0.81% | - |
| XYZ | 37.28 | 36.08 | 7.28 | - |
| YUV | 156.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 43 | 0 | 0.26 | 0.79 | 0.19 | 40.49 | 0.65 | 0.49 |
| Hex | CE | 99 | 2B | 0 | 1A | 4F | 13 | 28 | 41 | 31 |
| Octal | 316 | 231 | 53 | 0 | 32 | 117 | 23 | 50 | 101 | 61 |
| Binary | 11001110 | 10011001 | 101011 | 0 | 11010 | 1001111 | 10011 | 101000 | 1000001 | 110001 |
Color Harmonies of #CE992B
Complementary color
Monochromatic Colors of #CE992B
Black with #CE992B
Text Example
Text Example
White with #CE992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE992B; }
p { color: rgb(206,153,43); }
H1.HeaderClassName
{
color: #CE992B;
}
.AnyTagClassName
{
color: #CE992B;
}
</style>
background-color css
<style>
a { background-color: #CE992B; }
a { background-color: rgb(206,153,43); }
div.DivClassName
{
background-color: #CE992B;
}
.BgClassName
{
background-color: #CE992B;
}
</style>
border-color css
<style>
span { border-color: #CE992B; }
span { border-color: rgb(206,153,43); }
td.TdClassName
{
border-color: #CE992B;
}
.TagClassName
{
border-color: #CE992B;
}
</style>