Shades of Sea Buckthorn #F5954D
Tints of Sea Buckthorn #F5954D
RGB
CMYK
RGB Variations
Color information
#F5954D (or 0xF5954D) is known color: Sea Buckthorn. HEX triplet: F5, 95 and 4D. RGB value is (245,149,77). Sum of RGB (Red+Green+Blue) = 245+149+77=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5954D is #0A6AB2. Grayscale: #A9A9A9. Windows color (decimal): -682675 or 5084661. OLE color: 5084661.
HSL color Cylindrical-coordinate representation of color #F5954D: hue angle of 25.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5954D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 77 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.04 |
| HSL | 25.71º | 0.89% | 0.63% | - |
| HSV(B) | 25.71º | 0.69% | 0.96% | - |
| XYZ | 49.74 | 41.44 | 12.4 | - |
| YUV | 169.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 77 | 0 | 0.39 | 0.69 | 0.04 | 25.71 | 0.89 | 0.63 |
| Hex | F5 | 95 | 4D | 0 | 27 | 45 | 4 | 1A | 59 | 3F |
| Octal | 365 | 225 | 115 | 0 | 47 | 105 | 4 | 32 | 131 | 77 |
| Binary | 11110101 | 10010101 | 1001101 | 0 | 100111 | 1000101 | 100 | 11010 | 1011001 | 111111 |
Color Harmonies of #F5954D
Complementary color
Monochromatic Colors of #F5954D
Black with #F5954D
Text Example
Text Example
White with #F5954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5954D; }
p { color: rgb(245,149,77); }
H1.HeaderClassName
{
color: #F5954D;
}
.AnyTagClassName
{
color: #F5954D;
}
</style>
background-color css
<style>
a { background-color: #F5954D; }
a { background-color: rgb(245,149,77); }
div.DivClassName
{
background-color: #F5954D;
}
.BgClassName
{
background-color: #F5954D;
}
</style>
border-color css
<style>
span { border-color: #F5954D; }
span { border-color: rgb(245,149,77); }
td.TdClassName
{
border-color: #F5954D;
}
.TagClassName
{
border-color: #F5954D;
}
</style>