Shades of Sun #F7963B
Tints of Sun #F7963B
RGB
CMYK
RGB Variations
Color information
#F7963B (or 0xF7963B) is known color: Sun. HEX triplet: F7, 96 and 3B. RGB value is (247,150,59). Sum of RGB (Red+Green+Blue) = 247+150+59=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7963B is #0869C4. Grayscale: #A9A9A9. Windows color (decimal): -551365 or 3905271. OLE color: 3905271.
HSL color Cylindrical-coordinate representation of color #F7963B: hue angle of 29.04º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7963B is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 59 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.03 |
| HSL | 29.04º | 0.92% | 0.6% | - |
| HSV(B) | 29.04º | 0.76% | 0.97% | - |
| XYZ | 50.05 | 41.9 | 9.59 | - |
| YUV | 168.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 59 | 0 | 0.39 | 0.76 | 0.03 | 29.04 | 0.92 | 0.6 |
| Hex | F7 | 96 | 3B | 0 | 27 | 4C | 3 | 1D | 5C | 3C |
| Octal | 367 | 226 | 73 | 0 | 47 | 114 | 3 | 35 | 134 | 74 |
| Binary | 11110111 | 10010110 | 111011 | 0 | 100111 | 1001100 | 11 | 11101 | 1011100 | 111100 |
Color Harmonies of #F7963B
Complementary color
Monochromatic Colors of #F7963B
Black with #F7963B
Text Example
Text Example
White with #F7963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7963B; }
p { color: rgb(247,150,59); }
H1.HeaderClassName
{
color: #F7963B;
}
.AnyTagClassName
{
color: #F7963B;
}
</style>
background-color css
<style>
a { background-color: #F7963B; }
a { background-color: rgb(247,150,59); }
div.DivClassName
{
background-color: #F7963B;
}
.BgClassName
{
background-color: #F7963B;
}
</style>
border-color css
<style>
span { border-color: #F7963B; }
span { border-color: rgb(247,150,59); }
td.TdClassName
{
border-color: #F7963B;
}
.TagClassName
{
border-color: #F7963B;
}
</style>