Shades of Sea Buckthorn #F4994A
Tints of Sea Buckthorn #F4994A
RGB
CMYK
RGB Variations
Color information
#F4994A (or 0xF4994A) is known color: Sea Buckthorn. HEX triplet: F4, 99 and 4A. RGB value is (244,153,74). Sum of RGB (Red+Green+Blue) = 244+153+74=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4994A is #0B66B5. Grayscale: #ABABAB. Windows color (decimal): -747190 or 4889076. OLE color: 4889076.
HSL color Cylindrical-coordinate representation of color #F4994A: hue angle of 27.88º 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 #F4994A is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 74 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.04 |
| HSL | 27.88º | 0.89% | 0.62% | - |
| HSV(B) | 27.88º | 0.7% | 0.96% | - |
| XYZ | 49.94 | 42.51 | 12.05 | - |
| YUV | 171.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 74 | 0 | 0.37 | 0.70 | 0.04 | 27.88 | 0.89 | 0.62 |
| Hex | F4 | 99 | 4A | 0 | 25 | 46 | 4 | 1C | 59 | 3E |
| Octal | 364 | 231 | 112 | 0 | 45 | 106 | 4 | 34 | 131 | 76 |
| Binary | 11110100 | 10011001 | 1001010 | 0 | 100101 | 1000110 | 100 | 11100 | 1011001 | 111110 |
Color Harmonies of #F4994A
Complementary color
Monochromatic Colors of #F4994A
Black with #F4994A
Text Example
Text Example
White with #F4994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4994A; }
p { color: rgb(244,153,74); }
H1.HeaderClassName
{
color: #F4994A;
}
.AnyTagClassName
{
color: #F4994A;
}
</style>
background-color css
<style>
a { background-color: #F4994A; }
a { background-color: rgb(244,153,74); }
div.DivClassName
{
background-color: #F4994A;
}
.BgClassName
{
background-color: #F4994A;
}
</style>
border-color css
<style>
span { border-color: #F4994A; }
span { border-color: rgb(244,153,74); }
td.TdClassName
{
border-color: #F4994A;
}
.TagClassName
{
border-color: #F4994A;
}
</style>