Shades of Sun #F0953A
Tints of Sun #F0953A
RGB
CMYK
RGB Variations
Color information
#F0953A (or 0xF0953A) is known color: Sun. HEX triplet: F0, 95 and 3A. RGB value is (240,149,58). Sum of RGB (Red+Green+Blue) = 240+149+58=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0953A is #0F6AC5. Grayscale: #A6A6A6. Windows color (decimal): -1010374 or 3839472. OLE color: 3839472.
HSL color Cylindrical-coordinate representation of color #F0953A: hue angle of 30º 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 #F0953A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 58 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.06 |
| HSL | 30º | 0.86% | 0.58% | - |
| HSV(B) | 30º | 0.76% | 0.94% | - |
| XYZ | 47.45 | 40.33 | 9.29 | - |
| YUV | 165.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 58 | 0 | 0.38 | 0.76 | 0.06 | 30 | 0.86 | 0.58 |
| Hex | F0 | 95 | 3A | 0 | 26 | 4C | 6 | 1E | 56 | 3A |
| Octal | 360 | 225 | 72 | 0 | 46 | 114 | 6 | 36 | 126 | 72 |
| Binary | 11110000 | 10010101 | 111010 | 0 | 100110 | 1001100 | 110 | 11110 | 1010110 | 111010 |
Color Harmonies of #F0953A
Complementary color
Monochromatic Colors of #F0953A
Black with #F0953A
Text Example
Text Example
White with #F0953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0953A; }
p { color: rgb(240,149,58); }
H1.HeaderClassName
{
color: #F0953A;
}
.AnyTagClassName
{
color: #F0953A;
}
</style>
background-color css
<style>
a { background-color: #F0953A; }
a { background-color: rgb(240,149,58); }
div.DivClassName
{
background-color: #F0953A;
}
.BgClassName
{
background-color: #F0953A;
}
</style>
border-color css
<style>
span { border-color: #F0953A; }
span { border-color: rgb(240,149,58); }
td.TdClassName
{
border-color: #F0953A;
}
.TagClassName
{
border-color: #F0953A;
}
</style>