Shades of Sea Buckthorn #F4964C
Tints of Sea Buckthorn #F4964C
RGB
CMYK
RGB Variations
Color information
#F4964C (or 0xF4964C) is known color: Sea Buckthorn. HEX triplet: F4, 96 and 4C. RGB value is (244,150,76). Sum of RGB (Red+Green+Blue) = 244+150+76=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F4964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4964C is #0B69B3. Grayscale: #AAAAAA. Windows color (decimal): -747956 or 5019380. OLE color: 5019380.
HSL color Cylindrical-coordinate representation of color #F4964C: hue angle of 26.43º degrees, saturation: 0.88, 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 #F4964C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 76 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.04 |
| HSL | 26.43º | 0.88% | 0.63% | - |
| HSV(B) | 26.43º | 0.69% | 0.96% | - |
| XYZ | 49.52 | 41.57 | 12.25 | - |
| YUV | 169.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 76 | 0 | 0.39 | 0.69 | 0.04 | 26.43 | 0.88 | 0.63 |
| Hex | F4 | 96 | 4C | 0 | 27 | 45 | 4 | 1A | 58 | 3F |
| Octal | 364 | 226 | 114 | 0 | 47 | 105 | 4 | 32 | 130 | 77 |
| Binary | 11110100 | 10010110 | 1001100 | 0 | 100111 | 1000101 | 100 | 11010 | 1011000 | 111111 |
Color Harmonies of #F4964C
Complementary color
Monochromatic Colors of #F4964C
Black with #F4964C
Text Example
Text Example
White with #F4964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4964C; }
p { color: rgb(244,150,76); }
H1.HeaderClassName
{
color: #F4964C;
}
.AnyTagClassName
{
color: #F4964C;
}
</style>
background-color css
<style>
a { background-color: #F4964C; }
a { background-color: rgb(244,150,76); }
div.DivClassName
{
background-color: #F4964C;
}
.BgClassName
{
background-color: #F4964C;
}
</style>
border-color css
<style>
span { border-color: #F4964C; }
span { border-color: rgb(244,150,76); }
td.TdClassName
{
border-color: #F4964C;
}
.TagClassName
{
border-color: #F4964C;
}
</style>