Shades of Sea Buckthorn #F08F49
Tints of Sea Buckthorn #F08F49
RGB
CMYK
RGB Variations
Color information
#F08F49 (or 0xF08F49) is known color: Sea Buckthorn. HEX triplet: F0, 8F and 49. RGB value is (240,143,73). Sum of RGB (Red+Green+Blue) = 240+143+73=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F49 is #0F70B6. Grayscale: #A4A4A4. Windows color (decimal): -1011895 or 4820976. OLE color: 4820976.
HSL color Cylindrical-coordinate representation of color #F08F49: hue angle of 25.15º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F08F49 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 73 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.06 |
| HSL | 25.15º | 0.85% | 0.61% | - |
| HSV(B) | 25.15º | 0.7% | 0.94% | - |
| XYZ | 46.96 | 38.65 | 11.29 | - |
| YUV | 164.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 73 | 0 | 0.40 | 0.70 | 0.06 | 25.15 | 0.85 | 0.61 |
| Hex | F0 | 8F | 49 | 0 | 28 | 46 | 6 | 19 | 55 | 3D |
| Octal | 360 | 217 | 111 | 0 | 50 | 106 | 6 | 31 | 125 | 75 |
| Binary | 11110000 | 10001111 | 1001001 | 0 | 101000 | 1000110 | 110 | 11001 | 1010101 | 111101 |
Color Harmonies of #F08F49
Complementary color
Monochromatic Colors of #F08F49
Black with #F08F49
Text Example
Text Example
White with #F08F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F49; }
p { color: rgb(240,143,73); }
H1.HeaderClassName
{
color: #F08F49;
}
.AnyTagClassName
{
color: #F08F49;
}
</style>
background-color css
<style>
a { background-color: #F08F49; }
a { background-color: rgb(240,143,73); }
div.DivClassName
{
background-color: #F08F49;
}
.BgClassName
{
background-color: #F08F49;
}
</style>
border-color css
<style>
span { border-color: #F08F49; }
span { border-color: rgb(240,143,73); }
td.TdClassName
{
border-color: #F08F49;
}
.TagClassName
{
border-color: #F08F49;
}
</style>