Shades of Sea Buckthorn #F08E4D
Tints of Sea Buckthorn #F08E4D
RGB
CMYK
RGB Variations
Color information
#F08E4D (or 0xF08E4D) is known color: Sea Buckthorn. HEX triplet: F0, 8E and 4D. RGB value is (240,142,77). Sum of RGB (Red+Green+Blue) = 240+142+77=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E4D is #0F71B2. Grayscale: #A4A4A4. Windows color (decimal): -1012147 or 5082864. OLE color: 5082864.
HSL color Cylindrical-coordinate representation of color #F08E4D: hue angle of 23.93º 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 #F08E4D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 77 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.06 |
| HSL | 23.93º | 0.84% | 0.62% | - |
| HSV(B) | 23.93º | 0.68% | 0.94% | - |
| XYZ | 46.95 | 38.41 | 11.96 | - |
| YUV | 163.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 77 | 0 | 0.41 | 0.68 | 0.06 | 23.93 | 0.84 | 0.62 |
| Hex | F0 | 8E | 4D | 0 | 29 | 44 | 6 | 18 | 54 | 3E |
| Octal | 360 | 216 | 115 | 0 | 51 | 104 | 6 | 30 | 124 | 76 |
| Binary | 11110000 | 10001110 | 1001101 | 0 | 101001 | 1000100 | 110 | 11000 | 1010100 | 111110 |
Color Harmonies of #F08E4D
Complementary color
Monochromatic Colors of #F08E4D
Black with #F08E4D
Text Example
Text Example
White with #F08E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E4D; }
p { color: rgb(240,142,77); }
H1.HeaderClassName
{
color: #F08E4D;
}
.AnyTagClassName
{
color: #F08E4D;
}
</style>
background-color css
<style>
a { background-color: #F08E4D; }
a { background-color: rgb(240,142,77); }
div.DivClassName
{
background-color: #F08E4D;
}
.BgClassName
{
background-color: #F08E4D;
}
</style>
border-color css
<style>
span { border-color: #F08E4D; }
span { border-color: rgb(240,142,77); }
td.TdClassName
{
border-color: #F08E4D;
}
.TagClassName
{
border-color: #F08E4D;
}
</style>