Shades of Fuel Yellow #CF9E2F
Tints of Fuel Yellow #CF9E2F
RGB
CMYK
RGB Variations
Color information
#CF9E2F (or 0xCF9E2F) is known color: Fuel Yellow. HEX triplet: CF, 9E and 2F. RGB value is (207,158,47). Sum of RGB (Red+Green+Blue) = 207+158+47=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E2F is #3061D0. Grayscale: #A0A0A0. Windows color (decimal): -3170769 or 3120847. OLE color: 3120847.
HSL color Cylindrical-coordinate representation of color #CF9E2F: hue angle of 41.62º 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 #CF9E2F is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 47 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.19 |
| HSL | 41.63º | 0.63% | 0.5% | - |
| HSV(B) | 41.63º | 0.77% | 0.81% | - |
| XYZ | 38.47 | 37.92 | 7.98 | - |
| YUV | 160 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 47 | 0 | 0.24 | 0.77 | 0.19 | 41.63 | 0.63 | 0.5 |
| Hex | CF | 9E | 2F | 0 | 18 | 4D | 13 | 2A | 3F | 32 |
| Octal | 317 | 236 | 57 | 0 | 30 | 115 | 23 | 52 | 77 | 62 |
| Binary | 11001111 | 10011110 | 101111 | 0 | 11000 | 1001101 | 10011 | 101010 | 111111 | 110010 |
Color Harmonies of #CF9E2F
Complementary color
Monochromatic Colors of #CF9E2F
Black with #CF9E2F
Text Example
Text Example
White with #CF9E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E2F; }
p { color: rgb(207,158,47); }
H1.HeaderClassName
{
color: #CF9E2F;
}
.AnyTagClassName
{
color: #CF9E2F;
}
</style>
background-color css
<style>
a { background-color: #CF9E2F; }
a { background-color: rgb(207,158,47); }
div.DivClassName
{
background-color: #CF9E2F;
}
.BgClassName
{
background-color: #CF9E2F;
}
</style>
border-color css
<style>
span { border-color: #CF9E2F; }
span { border-color: rgb(207,158,47); }
td.TdClassName
{
border-color: #CF9E2F;
}
.TagClassName
{
border-color: #CF9E2F;
}
</style>