Shades of Sea Buckthorn #F58C47
Tints of Sea Buckthorn #F58C47
RGB
CMYK
RGB Variations
Color information
#F58C47 (or 0xF58C47) is known color: Sea Buckthorn. HEX triplet: F5, 8C and 47. RGB value is (245,140,71). Sum of RGB (Red+Green+Blue) = 245+140+71=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58C47 is #0A73B8. Grayscale: #A3A3A3. Windows color (decimal): -684985 or 4689141. OLE color: 4689141.
HSL color Cylindrical-coordinate representation of color #F58C47: hue angle of 23.79º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F58C47 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 71 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.04 |
| HSL | 23.79º | 0.9% | 0.62% | - |
| HSV(B) | 23.79º | 0.71% | 0.96% | - |
| XYZ | 48.17 | 38.62 | 10.88 | - |
| YUV | 163.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 71 | 0 | 0.43 | 0.71 | 0.04 | 23.79 | 0.9 | 0.62 |
| Hex | F5 | 8C | 47 | 0 | 2B | 47 | 4 | 18 | 5A | 3E |
| Octal | 365 | 214 | 107 | 0 | 53 | 107 | 4 | 30 | 132 | 76 |
| Binary | 11110101 | 10001100 | 1000111 | 0 | 101011 | 1000111 | 100 | 11000 | 1011010 | 111110 |
Color Harmonies of #F58C47
Complementary color
Monochromatic Colors of #F58C47
Black with #F58C47
Text Example
Text Example
White with #F58C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C47; }
p { color: rgb(245,140,71); }
H1.HeaderClassName
{
color: #F58C47;
}
.AnyTagClassName
{
color: #F58C47;
}
</style>
background-color css
<style>
a { background-color: #F58C47; }
a { background-color: rgb(245,140,71); }
div.DivClassName
{
background-color: #F58C47;
}
.BgClassName
{
background-color: #F58C47;
}
</style>
border-color css
<style>
span { border-color: #F58C47; }
span { border-color: rgb(245,140,71); }
td.TdClassName
{
border-color: #F58C47;
}
.TagClassName
{
border-color: #F58C47;
}
</style>