Shades of Fuel Yellow #CF963B
Tints of Fuel Yellow #CF963B
RGB
CMYK
RGB Variations
Color information
#CF963B (or 0xCF963B) is known color: Fuel Yellow. HEX triplet: CF, 96 and 3B. RGB value is (207,150,59). Sum of RGB (Red+Green+Blue) = 207+150+59=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963B is #3069C4. Grayscale: #9D9D9D. Windows color (decimal): -3172805 or 3905231. OLE color: 3905231.
HSL color Cylindrical-coordinate representation of color #CF963B: hue angle of 36.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF963B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 59 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.19 |
| HSL | 36.89º | 0.61% | 0.52% | - |
| HSV(B) | 36.89º | 0.71% | 0.81% | - |
| XYZ | 37.43 | 35.39 | 9 | - |
| YUV | 156.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 59 | 0 | 0.28 | 0.71 | 0.19 | 36.89 | 0.61 | 0.52 |
| Hex | CF | 96 | 3B | 0 | 1C | 47 | 13 | 25 | 3D | 34 |
| Octal | 317 | 226 | 73 | 0 | 34 | 107 | 23 | 45 | 75 | 64 |
| Binary | 11001111 | 10010110 | 111011 | 0 | 11100 | 1000111 | 10011 | 100101 | 111101 | 110100 |
Color Harmonies of #CF963B
Complementary color
Monochromatic Colors of #CF963B
Black with #CF963B
Text Example
Text Example
White with #CF963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF963B; }
p { color: rgb(207,150,59); }
H1.HeaderClassName
{
color: #CF963B;
}
.AnyTagClassName
{
color: #CF963B;
}
</style>
background-color css
<style>
a { background-color: #CF963B; }
a { background-color: rgb(207,150,59); }
div.DivClassName
{
background-color: #CF963B;
}
.BgClassName
{
background-color: #CF963B;
}
</style>
border-color css
<style>
span { border-color: #CF963B; }
span { border-color: rgb(207,150,59); }
td.TdClassName
{
border-color: #CF963B;
}
.TagClassName
{
border-color: #CF963B;
}
</style>