Shades of Sun #F0953D
Tints of Sun #F0953D
RGB
CMYK
RGB Variations
Color information
#F0953D (or 0xF0953D) is known color: Sun. HEX triplet: F0, 95 and 3D. RGB value is (240,149,61). Sum of RGB (Red+Green+Blue) = 240+149+61=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0953D is #0F6AC2. Grayscale: #A6A6A6. Windows color (decimal): -1010371 or 4036080. OLE color: 4036080.
HSL color Cylindrical-coordinate representation of color #F0953D: hue angle of 29.5º 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 #F0953D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 61 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.06 |
| HSL | 29.5º | 0.86% | 0.59% | - |
| HSV(B) | 29.5º | 0.75% | 0.94% | - |
| XYZ | 47.52 | 40.36 | 9.7 | - |
| YUV | 166.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 61 | 0 | 0.38 | 0.75 | 0.06 | 29.5 | 0.86 | 0.59 |
| Hex | F0 | 95 | 3D | 0 | 26 | 4B | 6 | 1D | 56 | 3B |
| Octal | 360 | 225 | 75 | 0 | 46 | 113 | 6 | 35 | 126 | 73 |
| Binary | 11110000 | 10010101 | 111101 | 0 | 100110 | 1001011 | 110 | 11101 | 1010110 | 111011 |
Color Harmonies of #F0953D
Complementary color
Monochromatic Colors of #F0953D
Black with #F0953D
Text Example
Text Example
White with #F0953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0953D; }
p { color: rgb(240,149,61); }
H1.HeaderClassName
{
color: #F0953D;
}
.AnyTagClassName
{
color: #F0953D;
}
</style>
background-color css
<style>
a { background-color: #F0953D; }
a { background-color: rgb(240,149,61); }
div.DivClassName
{
background-color: #F0953D;
}
.BgClassName
{
background-color: #F0953D;
}
</style>
border-color css
<style>
span { border-color: #F0953D; }
span { border-color: rgb(240,149,61); }
td.TdClassName
{
border-color: #F0953D;
}
.TagClassName
{
border-color: #F0953D;
}
</style>