Shades of Fuel Yellow #CE922C
Tints of Fuel Yellow #CE922C
RGB
CMYK
RGB Variations
Color information
#CE922C (or 0xCE922C) is known color: Fuel Yellow. HEX triplet: CE, 92 and 2C. RGB value is (206,146,44). Sum of RGB (Red+Green+Blue) = 206+146+44=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE922C is #316DD3. Grayscale: #989898. Windows color (decimal): -3239380 or 2921166. OLE color: 2921166.
HSL color Cylindrical-coordinate representation of color #CE922C: hue angle of 37.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE922C is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 44 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.19 |
| HSL | 37.78º | 0.65% | 0.49% | - |
| HSV(B) | 37.78º | 0.79% | 0.81% | - |
| XYZ | 36.19 | 33.86 | 7.01 | - |
| YUV | 152.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 44 | 0 | 0.29 | 0.79 | 0.19 | 37.78 | 0.65 | 0.49 |
| Hex | CE | 92 | 2C | 0 | 1D | 4F | 13 | 26 | 41 | 31 |
| Octal | 316 | 222 | 54 | 0 | 35 | 117 | 23 | 46 | 101 | 61 |
| Binary | 11001110 | 10010010 | 101100 | 0 | 11101 | 1001111 | 10011 | 100110 | 1000001 | 110001 |
Color Harmonies of #CE922C
Complementary color
Monochromatic Colors of #CE922C
Black with #CE922C
Text Example
Text Example
White with #CE922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE922C; }
p { color: rgb(206,146,44); }
H1.HeaderClassName
{
color: #CE922C;
}
.AnyTagClassName
{
color: #CE922C;
}
</style>
background-color css
<style>
a { background-color: #CE922C; }
a { background-color: rgb(206,146,44); }
div.DivClassName
{
background-color: #CE922C;
}
.BgClassName
{
background-color: #CE922C;
}
</style>
border-color css
<style>
span { border-color: #CE922C; }
span { border-color: rgb(206,146,44); }
td.TdClassName
{
border-color: #CE922C;
}
.TagClassName
{
border-color: #CE922C;
}
</style>