Shades of Sun #F08F41
Tints of Sun #F08F41
RGB
CMYK
RGB Variations
Color information
#F08F41 (or 0xF08F41) is known color: Sun. HEX triplet: F0, 8F and 41. RGB value is (240,143,65). Sum of RGB (Red+Green+Blue) = 240+143+65=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F41 is #0F70BE. Grayscale: #A3A3A3. Windows color (decimal): -1011903 or 4296688. OLE color: 4296688.
HSL color Cylindrical-coordinate representation of color #F08F41: hue angle of 26.74º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F08F41 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 65 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.06 |
| HSL | 26.74º | 0.85% | 0.6% | - |
| HSV(B) | 26.74º | 0.73% | 0.94% | - |
| XYZ | 46.71 | 38.55 | 9.98 | - |
| YUV | 163.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 65 | 0 | 0.40 | 0.73 | 0.06 | 26.74 | 0.85 | 0.6 |
| Hex | F0 | 8F | 41 | 0 | 28 | 49 | 6 | 1B | 55 | 3C |
| Octal | 360 | 217 | 101 | 0 | 50 | 111 | 6 | 33 | 125 | 74 |
| Binary | 11110000 | 10001111 | 1000001 | 0 | 101000 | 1001001 | 110 | 11011 | 1010101 | 111100 |
Color Harmonies of #F08F41
Complementary color
Monochromatic Colors of #F08F41
Black with #F08F41
Text Example
Text Example
White with #F08F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F41; }
p { color: rgb(240,143,65); }
H1.HeaderClassName
{
color: #F08F41;
}
.AnyTagClassName
{
color: #F08F41;
}
</style>
background-color css
<style>
a { background-color: #F08F41; }
a { background-color: rgb(240,143,65); }
div.DivClassName
{
background-color: #F08F41;
}
.BgClassName
{
background-color: #F08F41;
}
</style>
border-color css
<style>
span { border-color: #F08F41; }
span { border-color: rgb(240,143,65); }
td.TdClassName
{
border-color: #F08F41;
}
.TagClassName
{
border-color: #F08F41;
}
</style>