Shades of Fuel Yellow #CE902F
Tints of Fuel Yellow #CE902F
RGB
CMYK
RGB Variations
Color information
#CE902F (or 0xCE902F) is known color: Fuel Yellow. HEX triplet: CE, 90 and 2F. RGB value is (206,144,47). Sum of RGB (Red+Green+Blue) = 206+144+47=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE902F is #316FD0. Grayscale: #979797. Windows color (decimal): -3239889 or 3117262. OLE color: 3117262.
HSL color Cylindrical-coordinate representation of color #CE902F: hue angle of 36.6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE902F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 47 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.19 |
| HSL | 36.6º | 0.63% | 0.5% | - |
| HSV(B) | 36.6º | 0.77% | 0.81% | - |
| XYZ | 35.94 | 33.27 | 7.22 | - |
| YUV | 151.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 47 | 0 | 0.30 | 0.77 | 0.19 | 36.6 | 0.63 | 0.5 |
| Hex | CE | 90 | 2F | 0 | 1E | 4D | 13 | 25 | 3F | 32 |
| Octal | 316 | 220 | 57 | 0 | 36 | 115 | 23 | 45 | 77 | 62 |
| Binary | 11001110 | 10010000 | 101111 | 0 | 11110 | 1001101 | 10011 | 100101 | 111111 | 110010 |
Color Harmonies of #CE902F
Complementary color
Monochromatic Colors of #CE902F
Black with #CE902F
Text Example
Text Example
White with #CE902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE902F; }
p { color: rgb(206,144,47); }
H1.HeaderClassName
{
color: #CE902F;
}
.AnyTagClassName
{
color: #CE902F;
}
</style>
background-color css
<style>
a { background-color: #CE902F; }
a { background-color: rgb(206,144,47); }
div.DivClassName
{
background-color: #CE902F;
}
.BgClassName
{
background-color: #CE902F;
}
</style>
border-color css
<style>
span { border-color: #CE902F; }
span { border-color: rgb(206,144,47); }
td.TdClassName
{
border-color: #CE902F;
}
.TagClassName
{
border-color: #CE902F;
}
</style>