Shades of Fuel Yellow #CE902E
Tints of Fuel Yellow #CE902E
RGB
CMYK
RGB Variations
Color information
#CE902E (or 0xCE902E) is known color: Fuel Yellow. HEX triplet: CE, 90 and 2E. RGB value is (206,144,46). Sum of RGB (Red+Green+Blue) = 206+144+46=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE902E is #316FD1. Grayscale: #979797. Windows color (decimal): -3239890 or 3051726. OLE color: 3051726.
HSL color Cylindrical-coordinate representation of color #CE902E: hue angle of 36.75º degrees, saturation: 0.63, 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 #CE902E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 46 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.19 |
| HSL | 36.75º | 0.63% | 0.49% | - |
| HSV(B) | 36.75º | 0.78% | 0.81% | - |
| XYZ | 35.92 | 33.27 | 7.11 | - |
| YUV | 151.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 46 | 0 | 0.30 | 0.78 | 0.19 | 36.75 | 0.63 | 0.49 |
| Hex | CE | 90 | 2E | 0 | 1E | 4E | 13 | 25 | 3F | 31 |
| Octal | 316 | 220 | 56 | 0 | 36 | 116 | 23 | 45 | 77 | 61 |
| Binary | 11001110 | 10010000 | 101110 | 0 | 11110 | 1001110 | 10011 | 100101 | 111111 | 110001 |
Color Harmonies of #CE902E
Complementary color
Monochromatic Colors of #CE902E
Black with #CE902E
Text Example
Text Example
White with #CE902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE902E; }
p { color: rgb(206,144,46); }
H1.HeaderClassName
{
color: #CE902E;
}
.AnyTagClassName
{
color: #CE902E;
}
</style>
background-color css
<style>
a { background-color: #CE902E; }
a { background-color: rgb(206,144,46); }
div.DivClassName
{
background-color: #CE902E;
}
.BgClassName
{
background-color: #CE902E;
}
</style>
border-color css
<style>
span { border-color: #CE902E; }
span { border-color: rgb(206,144,46); }
td.TdClassName
{
border-color: #CE902E;
}
.TagClassName
{
border-color: #CE902E;
}
</style>