Shades of Sea Buckthorn #F28E47
Tints of Sea Buckthorn #F28E47
RGB
CMYK
RGB Variations
Color information
#F28E47 (or 0xF28E47) is known color: Sea Buckthorn. HEX triplet: F2, 8E and 47. RGB value is (242,142,71). Sum of RGB (Red+Green+Blue) = 242+142+71=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E47 is #0D71B8. Grayscale: #A4A4A4. Windows color (decimal): -881081 or 4689650. OLE color: 4689650.
HSL color Cylindrical-coordinate representation of color #F28E47: hue angle of 24.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F28E47 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 71 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.05 |
| HSL | 24.91º | 0.87% | 0.61% | - |
| HSV(B) | 24.91º | 0.71% | 0.95% | - |
| XYZ | 47.43 | 38.68 | 10.93 | - |
| YUV | 163.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 71 | 0 | 0.41 | 0.71 | 0.05 | 24.91 | 0.87 | 0.61 |
| Hex | F2 | 8E | 47 | 0 | 29 | 47 | 5 | 19 | 57 | 3D |
| Octal | 362 | 216 | 107 | 0 | 51 | 107 | 5 | 31 | 127 | 75 |
| Binary | 11110010 | 10001110 | 1000111 | 0 | 101001 | 1000111 | 101 | 11001 | 1010111 | 111101 |
Color Harmonies of #F28E47
Complementary color
Monochromatic Colors of #F28E47
Black with #F28E47
Text Example
Text Example
White with #F28E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E47; }
p { color: rgb(242,142,71); }
H1.HeaderClassName
{
color: #F28E47;
}
.AnyTagClassName
{
color: #F28E47;
}
</style>
background-color css
<style>
a { background-color: #F28E47; }
a { background-color: rgb(242,142,71); }
div.DivClassName
{
background-color: #F28E47;
}
.BgClassName
{
background-color: #F28E47;
}
</style>
border-color css
<style>
span { border-color: #F28E47; }
span { border-color: rgb(242,142,71); }
td.TdClassName
{
border-color: #F28E47;
}
.TagClassName
{
border-color: #F28E47;
}
</style>