Shades of Fuel Yellow #CE912A
Tints of Fuel Yellow #CE912A
RGB
CMYK
RGB Variations
Color information
#CE912A (or 0xCE912A) is known color: Fuel Yellow. HEX triplet: CE, 91 and 2A. RGB value is (206,145,42). Sum of RGB (Red+Green+Blue) = 206+145+42=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE912A is #316ED5. Grayscale: #979797. Windows color (decimal): -3239638 or 2789838. OLE color: 2789838.
HSL color Cylindrical-coordinate representation of color #CE912A: hue angle of 37.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE912A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 42 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.19 |
| HSL | 37.68º | 0.66% | 0.49% | - |
| HSV(B) | 37.68º | 0.8% | 0.81% | - |
| XYZ | 36 | 33.54 | 6.77 | - |
| YUV | 151.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 42 | 0 | 0.30 | 0.80 | 0.19 | 37.68 | 0.66 | 0.49 |
| Hex | CE | 91 | 2A | 0 | 1E | 50 | 13 | 26 | 42 | 31 |
| Octal | 316 | 221 | 52 | 0 | 36 | 120 | 23 | 46 | 102 | 61 |
| Binary | 11001110 | 10010001 | 101010 | 0 | 11110 | 1010000 | 10011 | 100110 | 1000010 | 110001 |
Color Harmonies of #CE912A
Complementary color
Monochromatic Colors of #CE912A
Black with #CE912A
Text Example
Text Example
White with #CE912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE912A; }
p { color: rgb(206,145,42); }
H1.HeaderClassName
{
color: #CE912A;
}
.AnyTagClassName
{
color: #CE912A;
}
</style>
background-color css
<style>
a { background-color: #CE912A; }
a { background-color: rgb(206,145,42); }
div.DivClassName
{
background-color: #CE912A;
}
.BgClassName
{
background-color: #CE912A;
}
</style>
border-color css
<style>
span { border-color: #CE912A; }
span { border-color: rgb(206,145,42); }
td.TdClassName
{
border-color: #CE912A;
}
.TagClassName
{
border-color: #CE912A;
}
</style>