Shades of Sea Buckthorn #F5964B
Tints of Sea Buckthorn #F5964B
RGB
CMYK
RGB Variations
Color information
#F5964B (or 0xF5964B) is known color: Sea Buckthorn. HEX triplet: F5, 96 and 4B. RGB value is (245,150,75). Sum of RGB (Red+Green+Blue) = 245+150+75=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5964B is #0A69B4. Grayscale: #AAAAAA. Windows color (decimal): -682421 or 4953845. OLE color: 4953845.
HSL color Cylindrical-coordinate representation of color #F5964B: hue angle of 26.47º 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 #F5964B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 75 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.04 |
| HSL | 26.47º | 0.89% | 0.63% | - |
| HSV(B) | 26.47º | 0.69% | 0.96% | - |
| XYZ | 49.83 | 41.73 | 12.09 | - |
| YUV | 169.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 75 | 0 | 0.39 | 0.69 | 0.04 | 26.47 | 0.89 | 0.63 |
| Hex | F5 | 96 | 4B | 0 | 27 | 45 | 4 | 1A | 59 | 3F |
| Octal | 365 | 226 | 113 | 0 | 47 | 105 | 4 | 32 | 131 | 77 |
| Binary | 11110101 | 10010110 | 1001011 | 0 | 100111 | 1000101 | 100 | 11010 | 1011001 | 111111 |
Color Harmonies of #F5964B
Complementary color
Monochromatic Colors of #F5964B
Black with #F5964B
Text Example
Text Example
White with #F5964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5964B; }
p { color: rgb(245,150,75); }
H1.HeaderClassName
{
color: #F5964B;
}
.AnyTagClassName
{
color: #F5964B;
}
</style>
background-color css
<style>
a { background-color: #F5964B; }
a { background-color: rgb(245,150,75); }
div.DivClassName
{
background-color: #F5964B;
}
.BgClassName
{
background-color: #F5964B;
}
</style>
border-color css
<style>
span { border-color: #F5964B; }
span { border-color: rgb(245,150,75); }
td.TdClassName
{
border-color: #F5964B;
}
.TagClassName
{
border-color: #F5964B;
}
</style>