Shades of Sun #F08D39
Tints of Sun #F08D39
RGB
CMYK
RGB Variations
Color information
#F08D39 (or 0xF08D39) is known color: Sun. HEX triplet: F0, 8D and 39. RGB value is (240,141,57). Sum of RGB (Red+Green+Blue) = 240+141+57=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D39 is #0F72C6. Grayscale: #A1A1A1. Windows color (decimal): -1012423 or 3771888. OLE color: 3771888.
HSL color Cylindrical-coordinate representation of color #F08D39: hue angle of 27.54º 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 #F08D39 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 57 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.06 |
| HSL | 27.54º | 0.86% | 0.58% | - |
| HSV(B) | 27.54º | 0.76% | 0.94% | - |
| XYZ | 46.2 | 37.87 | 8.75 | - |
| YUV | 161.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 57 | 0 | 0.41 | 0.76 | 0.06 | 27.54 | 0.86 | 0.58 |
| Hex | F0 | 8D | 39 | 0 | 29 | 4C | 6 | 1C | 56 | 3A |
| Octal | 360 | 215 | 71 | 0 | 51 | 114 | 6 | 34 | 126 | 72 |
| Binary | 11110000 | 10001101 | 111001 | 0 | 101001 | 1001100 | 110 | 11100 | 1010110 | 111010 |
Color Harmonies of #F08D39
Complementary color
Monochromatic Colors of #F08D39
Black with #F08D39
Text Example
Text Example
White with #F08D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D39; }
p { color: rgb(240,141,57); }
H1.HeaderClassName
{
color: #F08D39;
}
.AnyTagClassName
{
color: #F08D39;
}
</style>
background-color css
<style>
a { background-color: #F08D39; }
a { background-color: rgb(240,141,57); }
div.DivClassName
{
background-color: #F08D39;
}
.BgClassName
{
background-color: #F08D39;
}
</style>
border-color css
<style>
span { border-color: #F08D39; }
span { border-color: rgb(240,141,57); }
td.TdClassName
{
border-color: #F08D39;
}
.TagClassName
{
border-color: #F08D39;
}
</style>