Shades of Fuel Yellow #CF8D2E
Tints of Fuel Yellow #CF8D2E
RGB
CMYK
RGB Variations
Color information
#CF8D2E (or 0xCF8D2E) is known color: Fuel Yellow. HEX triplet: CF, 8D and 2E. RGB value is (207,141,46). Sum of RGB (Red+Green+Blue) = 207+141+46=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D2E is #3072D1. Grayscale: #969696. Windows color (decimal): -3175122 or 3050959. OLE color: 3050959.
HSL color Cylindrical-coordinate representation of color #CF8D2E: hue angle of 35.4º 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 #CF8D2E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 46 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.19 |
| HSL | 35.4º | 0.64% | 0.5% | - |
| HSV(B) | 35.4º | 0.78% | 0.81% | - |
| XYZ | 35.75 | 32.51 | 6.98 | - |
| YUV | 149.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 46 | 0 | 0.32 | 0.78 | 0.19 | 35.4 | 0.64 | 0.5 |
| Hex | CF | 8D | 2E | 0 | 20 | 4E | 13 | 23 | 40 | 32 |
| Octal | 317 | 215 | 56 | 0 | 40 | 116 | 23 | 43 | 100 | 62 |
| Binary | 11001111 | 10001101 | 101110 | 0 | 100000 | 1001110 | 10011 | 100011 | 1000000 | 110010 |
Color Harmonies of #CF8D2E
Complementary color
Monochromatic Colors of #CF8D2E
Black with #CF8D2E
Text Example
Text Example
White with #CF8D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D2E; }
p { color: rgb(207,141,46); }
H1.HeaderClassName
{
color: #CF8D2E;
}
.AnyTagClassName
{
color: #CF8D2E;
}
</style>
background-color css
<style>
a { background-color: #CF8D2E; }
a { background-color: rgb(207,141,46); }
div.DivClassName
{
background-color: #CF8D2E;
}
.BgClassName
{
background-color: #CF8D2E;
}
</style>
border-color css
<style>
span { border-color: #CF8D2E; }
span { border-color: rgb(207,141,46); }
td.TdClassName
{
border-color: #CF8D2E;
}
.TagClassName
{
border-color: #CF8D2E;
}
</style>