Shades of Sea Buckthorn #F08F4D
Tints of Sea Buckthorn #F08F4D
RGB
CMYK
RGB Variations
Color information
#F08F4D (or 0xF08F4D) is known color: Sea Buckthorn. HEX triplet: F0, 8F and 4D. RGB value is (240,143,77). Sum of RGB (Red+Green+Blue) = 240+143+77=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F4D is #0F70B2. Grayscale: #A4A4A4. Windows color (decimal): -1011891 or 5083120. OLE color: 5083120.
HSL color Cylindrical-coordinate representation of color #F08F4D: hue angle of 24.29º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F08F4D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 77 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.06 |
| HSL | 24.29º | 0.84% | 0.62% | - |
| HSV(B) | 24.29º | 0.68% | 0.94% | - |
| XYZ | 47.1 | 38.71 | 12.01 | - |
| YUV | 164.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 77 | 0 | 0.40 | 0.68 | 0.06 | 24.29 | 0.84 | 0.62 |
| Hex | F0 | 8F | 4D | 0 | 28 | 44 | 6 | 18 | 54 | 3E |
| Octal | 360 | 217 | 115 | 0 | 50 | 104 | 6 | 30 | 124 | 76 |
| Binary | 11110000 | 10001111 | 1001101 | 0 | 101000 | 1000100 | 110 | 11000 | 1010100 | 111110 |
Color Harmonies of #F08F4D
Complementary color
Monochromatic Colors of #F08F4D
Black with #F08F4D
Text Example
Text Example
White with #F08F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F4D; }
p { color: rgb(240,143,77); }
H1.HeaderClassName
{
color: #F08F4D;
}
.AnyTagClassName
{
color: #F08F4D;
}
</style>
background-color css
<style>
a { background-color: #F08F4D; }
a { background-color: rgb(240,143,77); }
div.DivClassName
{
background-color: #F08F4D;
}
.BgClassName
{
background-color: #F08F4D;
}
</style>
border-color css
<style>
span { border-color: #F08F4D; }
span { border-color: rgb(240,143,77); }
td.TdClassName
{
border-color: #F08F4D;
}
.TagClassName
{
border-color: #F08F4D;
}
</style>