Shades of Sea Buckthorn #F08E4E
Tints of Sea Buckthorn #F08E4E
RGB
CMYK
RGB Variations
Color information
#F08E4E (or 0xF08E4E) is known color: Sea Buckthorn. HEX triplet: F0, 8E and 4E. RGB value is (240,142,78). Sum of RGB (Red+Green+Blue) = 240+142+78=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E4E is #0F71B1. Grayscale: #A4A4A4. Windows color (decimal): -1012146 or 5148400. OLE color: 5148400.
HSL color Cylindrical-coordinate representation of color #F08E4E: hue angle of 23.7º 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 #F08E4E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 78 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.06 |
| HSL | 23.7º | 0.84% | 0.62% | - |
| HSV(B) | 23.7º | 0.68% | 0.94% | - |
| XYZ | 46.98 | 38.42 | 12.15 | - |
| YUV | 164.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 78 | 0 | 0.41 | 0.68 | 0.06 | 23.7 | 0.84 | 0.62 |
| Hex | F0 | 8E | 4E | 0 | 29 | 44 | 6 | 18 | 54 | 3E |
| Octal | 360 | 216 | 116 | 0 | 51 | 104 | 6 | 30 | 124 | 76 |
| Binary | 11110000 | 10001110 | 1001110 | 0 | 101001 | 1000100 | 110 | 11000 | 1010100 | 111110 |
Color Harmonies of #F08E4E
Complementary color
Monochromatic Colors of #F08E4E
Black with #F08E4E
Text Example
Text Example
White with #F08E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E4E; }
p { color: rgb(240,142,78); }
H1.HeaderClassName
{
color: #F08E4E;
}
.AnyTagClassName
{
color: #F08E4E;
}
</style>
background-color css
<style>
a { background-color: #F08E4E; }
a { background-color: rgb(240,142,78); }
div.DivClassName
{
background-color: #F08E4E;
}
.BgClassName
{
background-color: #F08E4E;
}
</style>
border-color css
<style>
span { border-color: #F08E4E; }
span { border-color: rgb(240,142,78); }
td.TdClassName
{
border-color: #F08E4E;
}
.TagClassName
{
border-color: #F08E4E;
}
</style>