Shades of Fuel Yellow #CF992F
Tints of Fuel Yellow #CF992F
RGB
CMYK
RGB Variations
Color information
#CF992F (or 0xCF992F) is known color: Fuel Yellow. HEX triplet: CF, 99 and 2F. RGB value is (207,153,47). Sum of RGB (Red+Green+Blue) = 207+153+47=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF992F is #3066D0. Grayscale: #9D9D9D. Windows color (decimal): -3172049 or 3119567. OLE color: 3119567.
HSL color Cylindrical-coordinate representation of color #CF992F: hue angle of 39.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF992F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 47 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.19 |
| HSL | 39.75º | 0.63% | 0.5% | - |
| HSV(B) | 39.75º | 0.77% | 0.81% | - |
| XYZ | 37.64 | 36.25 | 7.7 | - |
| YUV | 157.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 47 | 0 | 0.26 | 0.77 | 0.19 | 39.75 | 0.63 | 0.5 |
| Hex | CF | 99 | 2F | 0 | 1A | 4D | 13 | 28 | 3F | 32 |
| Octal | 317 | 231 | 57 | 0 | 32 | 115 | 23 | 50 | 77 | 62 |
| Binary | 11001111 | 10011001 | 101111 | 0 | 11010 | 1001101 | 10011 | 101000 | 111111 | 110010 |
Color Harmonies of #CF992F
Complementary color
Monochromatic Colors of #CF992F
Black with #CF992F
Text Example
Text Example
White with #CF992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF992F; }
p { color: rgb(207,153,47); }
H1.HeaderClassName
{
color: #CF992F;
}
.AnyTagClassName
{
color: #CF992F;
}
</style>
background-color css
<style>
a { background-color: #CF992F; }
a { background-color: rgb(207,153,47); }
div.DivClassName
{
background-color: #CF992F;
}
.BgClassName
{
background-color: #CF992F;
}
</style>
border-color css
<style>
span { border-color: #CF992F; }
span { border-color: rgb(207,153,47); }
td.TdClassName
{
border-color: #CF992F;
}
.TagClassName
{
border-color: #CF992F;
}
</style>