Shades of Sun #F0963D
Tints of Sun #F0963D
RGB
CMYK
RGB Variations
Color information
#F0963D (or 0xF0963D) is known color: Sun. HEX triplet: F0, 96 and 3D. RGB value is (240,150,61). Sum of RGB (Red+Green+Blue) = 240+150+61=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0963D is #0F69C2. Grayscale: #A7A7A7. Windows color (decimal): -1010115 or 4036336. OLE color: 4036336.
HSL color Cylindrical-coordinate representation of color #F0963D: hue angle of 29.83º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0963D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 61 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.06 |
| HSL | 29.83º | 0.86% | 0.59% | - |
| HSV(B) | 29.83º | 0.75% | 0.94% | - |
| XYZ | 47.68 | 40.67 | 9.75 | - |
| YUV | 166.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 61 | 0 | 0.37 | 0.75 | 0.06 | 29.83 | 0.86 | 0.59 |
| Hex | F0 | 96 | 3D | 0 | 25 | 4B | 6 | 1E | 56 | 3B |
| Octal | 360 | 226 | 75 | 0 | 45 | 113 | 6 | 36 | 126 | 73 |
| Binary | 11110000 | 10010110 | 111101 | 0 | 100101 | 1001011 | 110 | 11110 | 1010110 | 111011 |
Color Harmonies of #F0963D
Complementary color
Monochromatic Colors of #F0963D
Black with #F0963D
Text Example
Text Example
White with #F0963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0963D; }
p { color: rgb(240,150,61); }
H1.HeaderClassName
{
color: #F0963D;
}
.AnyTagClassName
{
color: #F0963D;
}
</style>
background-color css
<style>
a { background-color: #F0963D; }
a { background-color: rgb(240,150,61); }
div.DivClassName
{
background-color: #F0963D;
}
.BgClassName
{
background-color: #F0963D;
}
</style>
border-color css
<style>
span { border-color: #F0963D; }
span { border-color: rgb(240,150,61); }
td.TdClassName
{
border-color: #F0963D;
}
.TagClassName
{
border-color: #F0963D;
}
</style>