Shades of Fuel Yellow #CE942A
Tints of Fuel Yellow #CE942A
RGB
CMYK
RGB Variations
Color information
#CE942A (or 0xCE942A) is known color: Fuel Yellow. HEX triplet: CE, 94 and 2A. RGB value is (206,148,42). Sum of RGB (Red+Green+Blue) = 206+148+42=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE942A is #316BD5. Grayscale: #999999. Windows color (decimal): -3238870 or 2790606. OLE color: 2790606.
HSL color Cylindrical-coordinate representation of color #CE942A: hue angle of 38.78º 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 #CE942A is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 42 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.19 |
| HSL | 38.78º | 0.66% | 0.49% | - |
| HSV(B) | 38.78º | 0.8% | 0.81% | - |
| XYZ | 36.46 | 34.47 | 6.92 | - |
| YUV | 153.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 42 | 0 | 0.28 | 0.80 | 0.19 | 38.78 | 0.66 | 0.49 |
| Hex | CE | 94 | 2A | 0 | 1C | 50 | 13 | 27 | 42 | 31 |
| Octal | 316 | 224 | 52 | 0 | 34 | 120 | 23 | 47 | 102 | 61 |
| Binary | 11001110 | 10010100 | 101010 | 0 | 11100 | 1010000 | 10011 | 100111 | 1000010 | 110001 |
Color Harmonies of #CE942A
Complementary color
Monochromatic Colors of #CE942A
Black with #CE942A
Text Example
Text Example
White with #CE942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE942A; }
p { color: rgb(206,148,42); }
H1.HeaderClassName
{
color: #CE942A;
}
.AnyTagClassName
{
color: #CE942A;
}
</style>
background-color css
<style>
a { background-color: #CE942A; }
a { background-color: rgb(206,148,42); }
div.DivClassName
{
background-color: #CE942A;
}
.BgClassName
{
background-color: #CE942A;
}
</style>
border-color css
<style>
span { border-color: #CE942A; }
span { border-color: rgb(206,148,42); }
td.TdClassName
{
border-color: #CE942A;
}
.TagClassName
{
border-color: #CE942A;
}
</style>