Shades of Fuel Yellow #CF922E
Tints of Fuel Yellow #CF922E
RGB
CMYK
RGB Variations
Color information
#CF922E (or 0xCF922E) is known color: Fuel Yellow. HEX triplet: CF, 92 and 2E. RGB value is (207,146,46). Sum of RGB (Red+Green+Blue) = 207+146+46=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF922E is #306DD1. Grayscale: #999999. Windows color (decimal): -3173842 or 3052239. OLE color: 3052239.
HSL color Cylindrical-coordinate representation of color #CF922E: hue angle of 37.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF922E is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 46 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.19 |
| HSL | 37.27º | 0.64% | 0.5% | - |
| HSV(B) | 37.27º | 0.78% | 0.81% | - |
| XYZ | 36.5 | 34.02 | 7.23 | - |
| YUV | 152.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 46 | 0 | 0.29 | 0.78 | 0.19 | 37.27 | 0.64 | 0.5 |
| Hex | CF | 92 | 2E | 0 | 1D | 4E | 13 | 25 | 40 | 32 |
| Octal | 317 | 222 | 56 | 0 | 35 | 116 | 23 | 45 | 100 | 62 |
| Binary | 11001111 | 10010010 | 101110 | 0 | 11101 | 1001110 | 10011 | 100101 | 1000000 | 110010 |
Color Harmonies of #CF922E
Complementary color
Monochromatic Colors of #CF922E
Black with #CF922E
Text Example
Text Example
White with #CF922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF922E; }
p { color: rgb(207,146,46); }
H1.HeaderClassName
{
color: #CF922E;
}
.AnyTagClassName
{
color: #CF922E;
}
</style>
background-color css
<style>
a { background-color: #CF922E; }
a { background-color: rgb(207,146,46); }
div.DivClassName
{
background-color: #CF922E;
}
.BgClassName
{
background-color: #CF922E;
}
</style>
border-color css
<style>
span { border-color: #CF922E; }
span { border-color: rgb(207,146,46); }
td.TdClassName
{
border-color: #CF922E;
}
.TagClassName
{
border-color: #CF922E;
}
</style>