Shades of Sea Buckthorn #F4914A
Tints of Sea Buckthorn #F4914A
RGB
CMYK
RGB Variations
Color information
#F4914A (or 0xF4914A) is known color: Sea Buckthorn. HEX triplet: F4, 91 and 4A. RGB value is (244,145,74). Sum of RGB (Red+Green+Blue) = 244+145+74=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F4914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4914A is #0B6EB5. Grayscale: #A6A6A6. Windows color (decimal): -749238 or 4887028. OLE color: 4887028.
HSL color Cylindrical-coordinate representation of color #F4914A: hue angle of 25.06º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4914A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 74 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.04 |
| HSL | 25.06º | 0.89% | 0.62% | - |
| HSV(B) | 25.06º | 0.7% | 0.96% | - |
| XYZ | 48.67 | 39.98 | 11.63 | - |
| YUV | 166.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 74 | 0 | 0.41 | 0.70 | 0.04 | 25.06 | 0.89 | 0.62 |
| Hex | F4 | 91 | 4A | 0 | 29 | 46 | 4 | 19 | 59 | 3E |
| Octal | 364 | 221 | 112 | 0 | 51 | 106 | 4 | 31 | 131 | 76 |
| Binary | 11110100 | 10010001 | 1001010 | 0 | 101001 | 1000110 | 100 | 11001 | 1011001 | 111110 |
Color Harmonies of #F4914A
Complementary color
Monochromatic Colors of #F4914A
Black with #F4914A
Text Example
Text Example
White with #F4914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4914A; }
p { color: rgb(244,145,74); }
H1.HeaderClassName
{
color: #F4914A;
}
.AnyTagClassName
{
color: #F4914A;
}
</style>
background-color css
<style>
a { background-color: #F4914A; }
a { background-color: rgb(244,145,74); }
div.DivClassName
{
background-color: #F4914A;
}
.BgClassName
{
background-color: #F4914A;
}
</style>
border-color css
<style>
span { border-color: #F4914A; }
span { border-color: rgb(244,145,74); }
td.TdClassName
{
border-color: #F4914A;
}
.TagClassName
{
border-color: #F4914A;
}
</style>