Shades of Fuel Yellow #CF962F
Tints of Fuel Yellow #CF962F
RGB
CMYK
RGB Variations
Color information
#CF962F (or 0xCF962F) is known color: Fuel Yellow. HEX triplet: CF, 96 and 2F. RGB value is (207,150,47). Sum of RGB (Red+Green+Blue) = 207+150+47=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF962F is #3069D0. Grayscale: #9B9B9B. Windows color (decimal): -3172817 or 3118799. OLE color: 3118799.
HSL color Cylindrical-coordinate representation of color #CF962F: hue angle of 38.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 #CF962F is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 47 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.19 |
| HSL | 38.63º | 0.63% | 0.5% | - |
| HSV(B) | 38.63º | 0.77% | 0.81% | - |
| XYZ | 37.15 | 35.28 | 7.54 | - |
| YUV | 155.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 47 | 0 | 0.28 | 0.77 | 0.19 | 38.63 | 0.63 | 0.5 |
| Hex | CF | 96 | 2F | 0 | 1C | 4D | 13 | 27 | 3F | 32 |
| Octal | 317 | 226 | 57 | 0 | 34 | 115 | 23 | 47 | 77 | 62 |
| Binary | 11001111 | 10010110 | 101111 | 0 | 11100 | 1001101 | 10011 | 100111 | 111111 | 110010 |
Color Harmonies of #CF962F
Complementary color
Monochromatic Colors of #CF962F
Black with #CF962F
Text Example
Text Example
White with #CF962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF962F; }
p { color: rgb(207,150,47); }
H1.HeaderClassName
{
color: #CF962F;
}
.AnyTagClassName
{
color: #CF962F;
}
</style>
background-color css
<style>
a { background-color: #CF962F; }
a { background-color: rgb(207,150,47); }
div.DivClassName
{
background-color: #CF962F;
}
.BgClassName
{
background-color: #CF962F;
}
</style>
border-color css
<style>
span { border-color: #CF962F; }
span { border-color: rgb(207,150,47); }
td.TdClassName
{
border-color: #CF962F;
}
.TagClassName
{
border-color: #CF962F;
}
</style>