Shades of Sea Buckthorn #F08E4A
Tints of Sea Buckthorn #F08E4A
RGB
CMYK
RGB Variations
Color information
#F08E4A (or 0xF08E4A) is known color: Sea Buckthorn. HEX triplet: F0, 8E and 4A. RGB value is (240,142,74). Sum of RGB (Red+Green+Blue) = 240+142+74=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08E4A is #0F71B5. Grayscale: #A3A3A3. Windows color (decimal): -1012150 or 4886256. OLE color: 4886256.
HSL color Cylindrical-coordinate representation of color #F08E4A: hue angle of 24.58º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F08E4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 74 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.06 |
| HSL | 24.58º | 0.85% | 0.62% | - |
| HSV(B) | 24.58º | 0.69% | 0.94% | - |
| XYZ | 46.84 | 38.37 | 11.41 | - |
| YUV | 163.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 74 | 0 | 0.41 | 0.69 | 0.06 | 24.58 | 0.85 | 0.62 |
| Hex | F0 | 8E | 4A | 0 | 29 | 45 | 6 | 19 | 55 | 3E |
| Octal | 360 | 216 | 112 | 0 | 51 | 105 | 6 | 31 | 125 | 76 |
| Binary | 11110000 | 10001110 | 1001010 | 0 | 101001 | 1000101 | 110 | 11001 | 1010101 | 111110 |
Color Harmonies of #F08E4A
Complementary color
Monochromatic Colors of #F08E4A
Black with #F08E4A
Text Example
Text Example
White with #F08E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E4A; }
p { color: rgb(240,142,74); }
H1.HeaderClassName
{
color: #F08E4A;
}
.AnyTagClassName
{
color: #F08E4A;
}
</style>
background-color css
<style>
a { background-color: #F08E4A; }
a { background-color: rgb(240,142,74); }
div.DivClassName
{
background-color: #F08E4A;
}
.BgClassName
{
background-color: #F08E4A;
}
</style>
border-color css
<style>
span { border-color: #F08E4A; }
span { border-color: rgb(240,142,74); }
td.TdClassName
{
border-color: #F08E4A;
}
.TagClassName
{
border-color: #F08E4A;
}
</style>