Shades of Sun #F7963D
Tints of Sun #F7963D
RGB
CMYK
RGB Variations
Color information
#F7963D (or 0xF7963D) is known color: Sun. HEX triplet: F7, 96 and 3D. RGB value is (247,150,61). Sum of RGB (Red+Green+Blue) = 247+150+61=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7963D is #0869C2. Grayscale: #A9A9A9. Windows color (decimal): -551363 or 4036343. OLE color: 4036343.
HSL color Cylindrical-coordinate representation of color #F7963D: hue angle of 28.71º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7963D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 61 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.03 |
| HSL | 28.71º | 0.92% | 0.6% | - |
| HSV(B) | 28.71º | 0.75% | 0.97% | - |
| XYZ | 50.11 | 41.92 | 9.87 | - |
| YUV | 168.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 61 | 0 | 0.39 | 0.75 | 0.03 | 28.71 | 0.92 | 0.6 |
| Hex | F7 | 96 | 3D | 0 | 27 | 4B | 3 | 1D | 5C | 3C |
| Octal | 367 | 226 | 75 | 0 | 47 | 113 | 3 | 35 | 134 | 74 |
| Binary | 11110111 | 10010110 | 111101 | 0 | 100111 | 1001011 | 11 | 11101 | 1011100 | 111100 |
Color Harmonies of #F7963D
Complementary color
Monochromatic Colors of #F7963D
Black with #F7963D
Text Example
Text Example
White with #F7963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7963D; }
p { color: rgb(247,150,61); }
H1.HeaderClassName
{
color: #F7963D;
}
.AnyTagClassName
{
color: #F7963D;
}
</style>
background-color css
<style>
a { background-color: #F7963D; }
a { background-color: rgb(247,150,61); }
div.DivClassName
{
background-color: #F7963D;
}
.BgClassName
{
background-color: #F7963D;
}
</style>
border-color css
<style>
span { border-color: #F7963D; }
span { border-color: rgb(247,150,61); }
td.TdClassName
{
border-color: #F7963D;
}
.TagClassName
{
border-color: #F7963D;
}
</style>