Shades of Sun #F0913A
Tints of Sun #F0913A
RGB
CMYK
RGB Variations
Color information
#F0913A (or 0xF0913A) is known color: Sun. HEX triplet: F0, 91 and 3A. RGB value is (240,145,58). Sum of RGB (Red+Green+Blue) = 240+145+58=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0913A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0913A is #0F6EC5. Grayscale: #A3A3A3. Windows color (decimal): -1011398 or 3838448. OLE color: 3838448.
HSL color Cylindrical-coordinate representation of color #F0913A: hue angle of 28.68º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0913A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 58 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.06 |
| HSL | 28.68º | 0.86% | 0.58% | - |
| HSV(B) | 28.68º | 0.76% | 0.94% | - |
| XYZ | 46.82 | 39.08 | 9.08 | - |
| YUV | 163.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 58 | 0 | 0.40 | 0.76 | 0.06 | 28.68 | 0.86 | 0.58 |
| Hex | F0 | 91 | 3A | 0 | 28 | 4C | 6 | 1D | 56 | 3A |
| Octal | 360 | 221 | 72 | 0 | 50 | 114 | 6 | 35 | 126 | 72 |
| Binary | 11110000 | 10010001 | 111010 | 0 | 101000 | 1001100 | 110 | 11101 | 1010110 | 111010 |
Color Harmonies of #F0913A
Complementary color
Monochromatic Colors of #F0913A
Black with #F0913A
Text Example
Text Example
White with #F0913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0913A; }
p { color: rgb(240,145,58); }
H1.HeaderClassName
{
color: #F0913A;
}
.AnyTagClassName
{
color: #F0913A;
}
</style>
background-color css
<style>
a { background-color: #F0913A; }
a { background-color: rgb(240,145,58); }
div.DivClassName
{
background-color: #F0913A;
}
.BgClassName
{
background-color: #F0913A;
}
</style>
border-color css
<style>
span { border-color: #F0913A; }
span { border-color: rgb(240,145,58); }
td.TdClassName
{
border-color: #F0913A;
}
.TagClassName
{
border-color: #F0913A;
}
</style>