Shades of Sea Buckthorn #F49442
Tints of Sea Buckthorn #F49442
RGB
CMYK
RGB Variations
Color information
#F49442 (or 0xF49442) is known color: Sea Buckthorn. HEX triplet: F4, 94 and 42. RGB value is (244,148,66). Sum of RGB (Red+Green+Blue) = 244+148+66=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F49442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49442 is #0B6BBD. Grayscale: #A7A7A7. Windows color (decimal): -748478 or 4363508. OLE color: 4363508.
HSL color Cylindrical-coordinate representation of color #F49442: hue angle of 27.64º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F49442 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 66 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.04 |
| HSL | 27.64º | 0.89% | 0.61% | - |
| HSV(B) | 27.64º | 0.73% | 0.96% | - |
| XYZ | 48.88 | 40.81 | 10.45 | - |
| YUV | 167.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 66 | 0 | 0.39 | 0.73 | 0.04 | 27.64 | 0.89 | 0.61 |
| Hex | F4 | 94 | 42 | 0 | 27 | 49 | 4 | 1C | 59 | 3D |
| Octal | 364 | 224 | 102 | 0 | 47 | 111 | 4 | 34 | 131 | 75 |
| Binary | 11110100 | 10010100 | 1000010 | 0 | 100111 | 1001001 | 100 | 11100 | 1011001 | 111101 |
Color Harmonies of #F49442
Complementary color
Monochromatic Colors of #F49442
Black with #F49442
Text Example
Text Example
White with #F49442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49442; }
p { color: rgb(244,148,66); }
H1.HeaderClassName
{
color: #F49442;
}
.AnyTagClassName
{
color: #F49442;
}
</style>
background-color css
<style>
a { background-color: #F49442; }
a { background-color: rgb(244,148,66); }
div.DivClassName
{
background-color: #F49442;
}
.BgClassName
{
background-color: #F49442;
}
</style>
border-color css
<style>
span { border-color: #F49442; }
span { border-color: rgb(244,148,66); }
td.TdClassName
{
border-color: #F49442;
}
.TagClassName
{
border-color: #F49442;
}
</style>