Shades of Sun #F5963D
Tints of Sun #F5963D
RGB
CMYK
RGB Variations
Color information
#F5963D (or 0xF5963D) is known color: Sun. HEX triplet: F5, 96 and 3D. RGB value is (245,150,61). Sum of RGB (Red+Green+Blue) = 245+150+61=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5963D is #0A69C2. Grayscale: #A8A8A8. Windows color (decimal): -682435 or 4036341. OLE color: 4036341.
HSL color Cylindrical-coordinate representation of color #F5963D: hue angle of 29.02º degrees, saturation: 0.9, 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 #F5963D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 61 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.04 |
| HSL | 29.02º | 0.9% | 0.6% | - |
| HSV(B) | 29.02º | 0.75% | 0.96% | - |
| XYZ | 49.4 | 41.56 | 9.83 | - |
| YUV | 168.26 | 67.47 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 61 | 0 | 0.39 | 0.75 | 0.04 | 29.02 | 0.9 | 0.6 |
| Hex | F5 | 96 | 3D | 0 | 27 | 4B | 4 | 1D | 5A | 3C |
| Octal | 365 | 226 | 75 | 0 | 47 | 113 | 4 | 35 | 132 | 74 |
| Binary | 11110101 | 10010110 | 111101 | 0 | 100111 | 1001011 | 100 | 11101 | 1011010 | 111100 |
Color Harmonies of #F5963D
Complementary color
Monochromatic Colors of #F5963D
Black with #F5963D
Text Example
Text Example
White with #F5963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5963D; }
p { color: rgb(245,150,61); }
H1.HeaderClassName
{
color: #F5963D;
}
.AnyTagClassName
{
color: #F5963D;
}
</style>
background-color css
<style>
a { background-color: #F5963D; }
a { background-color: rgb(245,150,61); }
div.DivClassName
{
background-color: #F5963D;
}
.BgClassName
{
background-color: #F5963D;
}
</style>
border-color css
<style>
span { border-color: #F5963D; }
span { border-color: rgb(245,150,61); }
td.TdClassName
{
border-color: #F5963D;
}
.TagClassName
{
border-color: #F5963D;
}
</style>