Shades of Sea Buckthorn #F5914F
Tints of Sea Buckthorn #F5914F
RGB
CMYK
RGB Variations
Color information
#F5914F (or 0xF5914F) is known color: Sea Buckthorn. HEX triplet: F5, 91 and 4F. RGB value is (245,145,79). Sum of RGB (Red+Green+Blue) = 245+145+79=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5914F is #0A6EB0. Grayscale: #A7A7A7. Windows color (decimal): -683697 or 5214709. OLE color: 5214709.
HSL color Cylindrical-coordinate representation of color #F5914F: hue angle of 23.86º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5914F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 79 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.04 |
| HSL | 23.86º | 0.89% | 0.64% | - |
| HSV(B) | 23.86º | 0.68% | 0.96% | - |
| XYZ | 49.19 | 40.23 | 12.57 | - |
| YUV | 167.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 79 | 0 | 0.41 | 0.68 | 0.04 | 23.86 | 0.89 | 0.64 |
| Hex | F5 | 91 | 4F | 0 | 29 | 44 | 4 | 18 | 59 | 40 |
| Octal | 365 | 221 | 117 | 0 | 51 | 104 | 4 | 30 | 131 | 100 |
| Binary | 11110101 | 10010001 | 1001111 | 0 | 101001 | 1000100 | 100 | 11000 | 1011001 | 1000000 |
Color Harmonies of #F5914F
Complementary color
Monochromatic Colors of #F5914F
Black with #F5914F
Text Example
Text Example
White with #F5914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5914F; }
p { color: rgb(245,145,79); }
H1.HeaderClassName
{
color: #F5914F;
}
.AnyTagClassName
{
color: #F5914F;
}
</style>
background-color css
<style>
a { background-color: #F5914F; }
a { background-color: rgb(245,145,79); }
div.DivClassName
{
background-color: #F5914F;
}
.BgClassName
{
background-color: #F5914F;
}
</style>
border-color css
<style>
span { border-color: #F5914F; }
span { border-color: rgb(245,145,79); }
td.TdClassName
{
border-color: #F5914F;
}
.TagClassName
{
border-color: #F5914F;
}
</style>