Shades of Fuel Yellow #CF8C2F
Tints of Fuel Yellow #CF8C2F
RGB
CMYK
RGB Variations
Color information
#CF8C2F (or 0xCF8C2F) is known color: Fuel Yellow. HEX triplet: CF, 8C and 2F. RGB value is (207,140,47). Sum of RGB (Red+Green+Blue) = 207+140+47=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C2F is #3073D0. Grayscale: #959595. Windows color (decimal): -3175377 or 3116239. OLE color: 3116239.
HSL color Cylindrical-coordinate representation of color #CF8C2F: hue angle of 34.88º 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 #CF8C2F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 47 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.19 |
| HSL | 34.88º | 0.63% | 0.5% | - |
| HSV(B) | 34.88º | 0.77% | 0.81% | - |
| XYZ | 35.62 | 32.23 | 7.03 | - |
| YUV | 149.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 47 | 0 | 0.32 | 0.77 | 0.19 | 34.88 | 0.63 | 0.5 |
| Hex | CF | 8C | 2F | 0 | 20 | 4D | 13 | 23 | 3F | 32 |
| Octal | 317 | 214 | 57 | 0 | 40 | 115 | 23 | 43 | 77 | 62 |
| Binary | 11001111 | 10001100 | 101111 | 0 | 100000 | 1001101 | 10011 | 100011 | 111111 | 110010 |
Color Harmonies of #CF8C2F
Complementary color
Monochromatic Colors of #CF8C2F
Black with #CF8C2F
Text Example
Text Example
White with #CF8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C2F; }
p { color: rgb(207,140,47); }
H1.HeaderClassName
{
color: #CF8C2F;
}
.AnyTagClassName
{
color: #CF8C2F;
}
</style>
background-color css
<style>
a { background-color: #CF8C2F; }
a { background-color: rgb(207,140,47); }
div.DivClassName
{
background-color: #CF8C2F;
}
.BgClassName
{
background-color: #CF8C2F;
}
</style>
border-color css
<style>
span { border-color: #CF8C2F; }
span { border-color: rgb(207,140,47); }
td.TdClassName
{
border-color: #CF8C2F;
}
.TagClassName
{
border-color: #CF8C2F;
}
</style>