Shades of Sun #F08D2E
Tints of Sun #F08D2E
RGB
CMYK
RGB Variations
Color information
#F08D2E (or 0xF08D2E) is known color: Sun. HEX triplet: F0, 8D and 2E. RGB value is (240,141,46). Sum of RGB (Red+Green+Blue) = 240+141+46=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D2E is #0F72D1. Grayscale: #A0A0A0. Windows color (decimal): -1012434 or 3050992. OLE color: 3050992.
HSL color Cylindrical-coordinate representation of color #F08D2E: hue angle of 29.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F08D2E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 46 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.06 |
| HSL | 29.38º | 0.87% | 0.56% | - |
| HSV(B) | 29.38º | 0.81% | 0.94% | - |
| XYZ | 45.95 | 37.77 | 7.45 | - |
| YUV | 159.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 46 | 0 | 0.41 | 0.81 | 0.06 | 29.38 | 0.87 | 0.56 |
| Hex | F0 | 8D | 2E | 0 | 29 | 51 | 6 | 1D | 57 | 38 |
| Octal | 360 | 215 | 56 | 0 | 51 | 121 | 6 | 35 | 127 | 70 |
| Binary | 11110000 | 10001101 | 101110 | 0 | 101001 | 1010001 | 110 | 11101 | 1010111 | 111000 |
Color Harmonies of #F08D2E
Complementary color
Monochromatic Colors of #F08D2E
Black with #F08D2E
Text Example
Text Example
White with #F08D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D2E; }
p { color: rgb(240,141,46); }
H1.HeaderClassName
{
color: #F08D2E;
}
.AnyTagClassName
{
color: #F08D2E;
}
</style>
background-color css
<style>
a { background-color: #F08D2E; }
a { background-color: rgb(240,141,46); }
div.DivClassName
{
background-color: #F08D2E;
}
.BgClassName
{
background-color: #F08D2E;
}
</style>
border-color css
<style>
span { border-color: #F08D2E; }
span { border-color: rgb(240,141,46); }
td.TdClassName
{
border-color: #F08D2E;
}
.TagClassName
{
border-color: #F08D2E;
}
</style>