Shades of Fuel Yellow #CE922D
Tints of Fuel Yellow #CE922D
RGB
CMYK
RGB Variations
Color information
#CE922D (or 0xCE922D) is known color: Fuel Yellow. HEX triplet: CE, 92 and 2D. RGB value is (206,146,45). Sum of RGB (Red+Green+Blue) = 206+146+45=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE922D is #316DD2. Grayscale: #989898. Windows color (decimal): -3239379 or 2986702. OLE color: 2986702.
HSL color Cylindrical-coordinate representation of color #CE922D: hue angle of 37.64º degrees, saturation: 0.64, 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 #CE922D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 45 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.19 |
| HSL | 37.64º | 0.64% | 0.49% | - |
| HSV(B) | 37.64º | 0.78% | 0.81% | - |
| XYZ | 36.21 | 33.87 | 7.11 | - |
| YUV | 152.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 45 | 0 | 0.29 | 0.78 | 0.19 | 37.64 | 0.64 | 0.49 |
| Hex | CE | 92 | 2D | 0 | 1D | 4E | 13 | 26 | 40 | 31 |
| Octal | 316 | 222 | 55 | 0 | 35 | 116 | 23 | 46 | 100 | 61 |
| Binary | 11001110 | 10010010 | 101101 | 0 | 11101 | 1001110 | 10011 | 100110 | 1000000 | 110001 |
Color Harmonies of #CE922D
Complementary color
Monochromatic Colors of #CE922D
Black with #CE922D
Text Example
Text Example
White with #CE922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE922D; }
p { color: rgb(206,146,45); }
H1.HeaderClassName
{
color: #CE922D;
}
.AnyTagClassName
{
color: #CE922D;
}
</style>
background-color css
<style>
a { background-color: #CE922D; }
a { background-color: rgb(206,146,45); }
div.DivClassName
{
background-color: #CE922D;
}
.BgClassName
{
background-color: #CE922D;
}
</style>
border-color css
<style>
span { border-color: #CE922D; }
span { border-color: rgb(206,146,45); }
td.TdClassName
{
border-color: #CE922D;
}
.TagClassName
{
border-color: #CE922D;
}
</style>