Shades of Sun #F6963E
Tints of Sun #F6963E
RGB
CMYK
RGB Variations
Color information
#F6963E (or 0xF6963E) is known color: Sun. HEX triplet: F6, 96 and 3E. RGB value is (246,150,62). Sum of RGB (Red+Green+Blue) = 246+150+62=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6963E is #0969C1. Grayscale: #A9A9A9. Windows color (decimal): -616898 or 4101878. OLE color: 4101878.
HSL color Cylindrical-coordinate representation of color #F6963E: hue angle of 28.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6963E is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 62 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.04 |
| HSL | 28.7º | 0.91% | 0.6% | - |
| HSV(B) | 28.7º | 0.75% | 0.96% | - |
| XYZ | 49.78 | 41.75 | 9.99 | - |
| YUV | 168.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 62 | 0 | 0.39 | 0.75 | 0.04 | 28.7 | 0.91 | 0.6 |
| Hex | F6 | 96 | 3E | 0 | 27 | 4B | 4 | 1D | 5B | 3C |
| Octal | 366 | 226 | 76 | 0 | 47 | 113 | 4 | 35 | 133 | 74 |
| Binary | 11110110 | 10010110 | 111110 | 0 | 100111 | 1001011 | 100 | 11101 | 1011011 | 111100 |
Color Harmonies of #F6963E
Complementary color
Monochromatic Colors of #F6963E
Black with #F6963E
Text Example
Text Example
White with #F6963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6963E; }
p { color: rgb(246,150,62); }
H1.HeaderClassName
{
color: #F6963E;
}
.AnyTagClassName
{
color: #F6963E;
}
</style>
background-color css
<style>
a { background-color: #F6963E; }
a { background-color: rgb(246,150,62); }
div.DivClassName
{
background-color: #F6963E;
}
.BgClassName
{
background-color: #F6963E;
}
</style>
border-color css
<style>
span { border-color: #F6963E; }
span { border-color: rgb(246,150,62); }
td.TdClassName
{
border-color: #F6963E;
}
.TagClassName
{
border-color: #F6963E;
}
</style>