Shades of Sun #F08129
Tints of Sun #F08129
RGB
CMYK
RGB Variations
Color information
#F08129 (or 0xF08129) is known color: Sun. HEX triplet: F0, 81 and 29. RGB value is (240,129,41). Sum of RGB (Red+Green+Blue) = 240+129+41=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F08129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08129 is #0F7ED6. Grayscale: #989898. Windows color (decimal): -1015511 or 2720240. OLE color: 2720240.
HSL color Cylindrical-coordinate representation of color #F08129: hue angle of 26.53º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F08129 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 41 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.06 |
| HSL | 26.53º | 0.87% | 0.55% | - |
| HSV(B) | 26.53º | 0.83% | 0.94% | - |
| XYZ | 44.19 | 34.39 | 6.41 | - |
| YUV | 152.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 41 | 0 | 0.46 | 0.83 | 0.06 | 26.53 | 0.87 | 0.55 |
| Hex | F0 | 81 | 29 | 0 | 2E | 53 | 6 | 1B | 57 | 37 |
| Octal | 360 | 201 | 51 | 0 | 56 | 123 | 6 | 33 | 127 | 67 |
| Binary | 11110000 | 10000001 | 101001 | 0 | 101110 | 1010011 | 110 | 11011 | 1010111 | 110111 |
Color Harmonies of #F08129
Complementary color
Monochromatic Colors of #F08129
Black with #F08129
Text Example
Text Example
White with #F08129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08129; }
p { color: rgb(240,129,41); }
H1.HeaderClassName
{
color: #F08129;
}
.AnyTagClassName
{
color: #F08129;
}
</style>
background-color css
<style>
a { background-color: #F08129; }
a { background-color: rgb(240,129,41); }
div.DivClassName
{
background-color: #F08129;
}
.BgClassName
{
background-color: #F08129;
}
</style>
border-color css
<style>
span { border-color: #F08129; }
span { border-color: rgb(240,129,41); }
td.TdClassName
{
border-color: #F08129;
}
.TagClassName
{
border-color: #F08129;
}
</style>