Shades of Fuel Yellow #CF992D
Tints of Fuel Yellow #CF992D
RGB
CMYK
RGB Variations
Color information
#CF992D (or 0xCF992D) is known color: Fuel Yellow. HEX triplet: CF, 99 and 2D. RGB value is (207,153,45). Sum of RGB (Red+Green+Blue) = 207+153+45=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF992D is #3066D2. Grayscale: #9D9D9D. Windows color (decimal): -3172051 or 2988495. OLE color: 2988495.
HSL color Cylindrical-coordinate representation of color #CF992D: hue angle of 40º 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 #CF992D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.19 |
| HSL | 40º | 0.64% | 0.49% | - |
| HSV(B) | 40º | 0.78% | 0.81% | - |
| XYZ | 37.6 | 36.24 | 7.5 | - |
| YUV | 156.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 45 | 0 | 0.26 | 0.78 | 0.19 | 40 | 0.64 | 0.49 |
| Hex | CF | 99 | 2D | 0 | 1A | 4E | 13 | 28 | 40 | 31 |
| Octal | 317 | 231 | 55 | 0 | 32 | 116 | 23 | 50 | 100 | 61 |
| Binary | 11001111 | 10011001 | 101101 | 0 | 11010 | 1001110 | 10011 | 101000 | 1000000 | 110001 |
Color Harmonies of #CF992D
Complementary color
Monochromatic Colors of #CF992D
Black with #CF992D
Text Example
Text Example
White with #CF992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF992D; }
p { color: rgb(207,153,45); }
H1.HeaderClassName
{
color: #CF992D;
}
.AnyTagClassName
{
color: #CF992D;
}
</style>
background-color css
<style>
a { background-color: #CF992D; }
a { background-color: rgb(207,153,45); }
div.DivClassName
{
background-color: #CF992D;
}
.BgClassName
{
background-color: #CF992D;
}
</style>
border-color css
<style>
span { border-color: #CF992D; }
span { border-color: rgb(207,153,45); }
td.TdClassName
{
border-color: #CF992D;
}
.TagClassName
{
border-color: #CF992D;
}
</style>