Shades of Sun #F08F34
Tints of Sun #F08F34
RGB
CMYK
RGB Variations
Color information
#F08F34 (or 0xF08F34) is known color: Sun. HEX triplet: F0, 8F and 34. RGB value is (240,143,52). Sum of RGB (Red+Green+Blue) = 240+143+52=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F34 is #0F70CB. Grayscale: #A2A2A2. Windows color (decimal): -1011916 or 3444720. OLE color: 3444720.
HSL color Cylindrical-coordinate representation of color #F08F34: hue angle of 29.04º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F08F34 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 52 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.06 |
| HSL | 29.04º | 0.86% | 0.57% | - |
| HSV(B) | 29.04º | 0.78% | 0.94% | - |
| XYZ | 46.38 | 38.42 | 8.22 | - |
| YUV | 161.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 52 | 0 | 0.40 | 0.78 | 0.06 | 29.04 | 0.86 | 0.57 |
| Hex | F0 | 8F | 34 | 0 | 28 | 4E | 6 | 1D | 56 | 39 |
| Octal | 360 | 217 | 64 | 0 | 50 | 116 | 6 | 35 | 126 | 71 |
| Binary | 11110000 | 10001111 | 110100 | 0 | 101000 | 1001110 | 110 | 11101 | 1010110 | 111001 |
Color Harmonies of #F08F34
Complementary color
Monochromatic Colors of #F08F34
Black with #F08F34
Text Example
Text Example
White with #F08F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F34; }
p { color: rgb(240,143,52); }
H1.HeaderClassName
{
color: #F08F34;
}
.AnyTagClassName
{
color: #F08F34;
}
</style>
background-color css
<style>
a { background-color: #F08F34; }
a { background-color: rgb(240,143,52); }
div.DivClassName
{
background-color: #F08F34;
}
.BgClassName
{
background-color: #F08F34;
}
</style>
border-color css
<style>
span { border-color: #F08F34; }
span { border-color: rgb(240,143,52); }
td.TdClassName
{
border-color: #F08F34;
}
.TagClassName
{
border-color: #F08F34;
}
</style>