Shades of Fuel Yellow #CE902A
Tints of Fuel Yellow #CE902A
RGB
CMYK
RGB Variations
Color information
#CE902A (or 0xCE902A) is known color: Fuel Yellow. HEX triplet: CE, 90 and 2A. RGB value is (206,144,42). Sum of RGB (Red+Green+Blue) = 206+144+42=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE902A is #316FD5. Grayscale: #979797. Windows color (decimal): -3239894 or 2789582. OLE color: 2789582.
HSL color Cylindrical-coordinate representation of color #CE902A: hue angle of 37.32º 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 #CE902A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 42 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.19 |
| HSL | 37.32º | 0.66% | 0.49% | - |
| HSV(B) | 37.32º | 0.8% | 0.81% | - |
| XYZ | 35.84 | 33.24 | 6.72 | - |
| YUV | 150.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 42 | 0 | 0.30 | 0.80 | 0.19 | 37.32 | 0.66 | 0.49 |
| Hex | CE | 90 | 2A | 0 | 1E | 50 | 13 | 25 | 42 | 31 |
| Octal | 316 | 220 | 52 | 0 | 36 | 120 | 23 | 45 | 102 | 61 |
| Binary | 11001110 | 10010000 | 101010 | 0 | 11110 | 1010000 | 10011 | 100101 | 1000010 | 110001 |
Color Harmonies of #CE902A
Complementary color
Monochromatic Colors of #CE902A
Black with #CE902A
Text Example
Text Example
White with #CE902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE902A; }
p { color: rgb(206,144,42); }
H1.HeaderClassName
{
color: #CE902A;
}
.AnyTagClassName
{
color: #CE902A;
}
</style>
background-color css
<style>
a { background-color: #CE902A; }
a { background-color: rgb(206,144,42); }
div.DivClassName
{
background-color: #CE902A;
}
.BgClassName
{
background-color: #CE902A;
}
</style>
border-color css
<style>
span { border-color: #CE902A; }
span { border-color: rgb(206,144,42); }
td.TdClassName
{
border-color: #CE902A;
}
.TagClassName
{
border-color: #CE902A;
}
</style>