Shades of Fuel Yellow #CE912D
Tints of Fuel Yellow #CE912D
RGB
CMYK
RGB Variations
Color information
#CE912D (or 0xCE912D) is known color: Fuel Yellow. HEX triplet: CE, 91 and 2D. RGB value is (206,145,45). Sum of RGB (Red+Green+Blue) = 206+145+45=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE912D is #316ED2. Grayscale: #989898. Windows color (decimal): -3239635 or 2986446. OLE color: 2986446.
HSL color Cylindrical-coordinate representation of color #CE912D: hue angle of 37.27º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE912D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.19 |
| HSL | 37.27º | 0.64% | 0.49% | - |
| HSV(B) | 37.27º | 0.78% | 0.81% | - |
| XYZ | 36.05 | 33.56 | 7.06 | - |
| YUV | 151.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 45 | 0 | 0.30 | 0.78 | 0.19 | 37.27 | 0.64 | 0.49 |
| Hex | CE | 91 | 2D | 0 | 1E | 4E | 13 | 25 | 40 | 31 |
| Octal | 316 | 221 | 55 | 0 | 36 | 116 | 23 | 45 | 100 | 61 |
| Binary | 11001110 | 10010001 | 101101 | 0 | 11110 | 1001110 | 10011 | 100101 | 1000000 | 110001 |
Color Harmonies of #CE912D
Complementary color
Monochromatic Colors of #CE912D
Black with #CE912D
Text Example
Text Example
White with #CE912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE912D; }
p { color: rgb(206,145,45); }
H1.HeaderClassName
{
color: #CE912D;
}
.AnyTagClassName
{
color: #CE912D;
}
</style>
background-color css
<style>
a { background-color: #CE912D; }
a { background-color: rgb(206,145,45); }
div.DivClassName
{
background-color: #CE912D;
}
.BgClassName
{
background-color: #CE912D;
}
</style>
border-color css
<style>
span { border-color: #CE912D; }
span { border-color: rgb(206,145,45); }
td.TdClassName
{
border-color: #CE912D;
}
.TagClassName
{
border-color: #CE912D;
}
</style>