Shades of Sun #F0963C
Tints of Sun #F0963C
RGB
CMYK
RGB Variations
Color information
#F0963C (or 0xF0963C) is known color: Sun. HEX triplet: F0, 96 and 3C. RGB value is (240,150,60). Sum of RGB (Red+Green+Blue) = 240+150+60=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0963C is #0F69C3. Grayscale: #A7A7A7. Windows color (decimal): -1010116 or 3970800. OLE color: 3970800.
HSL color Cylindrical-coordinate representation of color #F0963C: hue angle of 30º 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 #F0963C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 60 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.06 |
| HSL | 30º | 0.86% | 0.59% | - |
| HSV(B) | 30º | 0.75% | 0.94% | - |
| XYZ | 47.66 | 40.66 | 9.61 | - |
| YUV | 166.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 60 | 0 | 0.37 | 0.75 | 0.06 | 30 | 0.86 | 0.59 |
| Hex | F0 | 96 | 3C | 0 | 25 | 4B | 6 | 1E | 56 | 3B |
| Octal | 360 | 226 | 74 | 0 | 45 | 113 | 6 | 36 | 126 | 73 |
| Binary | 11110000 | 10010110 | 111100 | 0 | 100101 | 1001011 | 110 | 11110 | 1010110 | 111011 |
Color Harmonies of #F0963C
Complementary color
Monochromatic Colors of #F0963C
Black with #F0963C
Text Example
Text Example
White with #F0963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0963C; }
p { color: rgb(240,150,60); }
H1.HeaderClassName
{
color: #F0963C;
}
.AnyTagClassName
{
color: #F0963C;
}
</style>
background-color css
<style>
a { background-color: #F0963C; }
a { background-color: rgb(240,150,60); }
div.DivClassName
{
background-color: #F0963C;
}
.BgClassName
{
background-color: #F0963C;
}
</style>
border-color css
<style>
span { border-color: #F0963C; }
span { border-color: rgb(240,150,60); }
td.TdClassName
{
border-color: #F0963C;
}
.TagClassName
{
border-color: #F0963C;
}
</style>