Shades of Sea Buckthorn #F48D42
Tints of Sea Buckthorn #F48D42
RGB
CMYK
RGB Variations
Color information
#F48D42 (or 0xF48D42) is known color: Sea Buckthorn. HEX triplet: F4, 8D and 42. RGB value is (244,141,66). Sum of RGB (Red+Green+Blue) = 244+141+66=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48D42 is #0B72BD. Grayscale: #A3A3A3. Windows color (decimal): -750270 or 4361716. OLE color: 4361716.
HSL color Cylindrical-coordinate representation of color #F48D42: hue angle of 25.28º 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 #F48D42 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 66 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.04 |
| HSL | 25.28º | 0.89% | 0.61% | - |
| HSV(B) | 25.28º | 0.73% | 0.96% | - |
| XYZ | 47.82 | 38.68 | 10.1 | - |
| YUV | 163.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 66 | 0 | 0.42 | 0.73 | 0.04 | 25.28 | 0.89 | 0.61 |
| Hex | F4 | 8D | 42 | 0 | 2A | 49 | 4 | 19 | 59 | 3D |
| Octal | 364 | 215 | 102 | 0 | 52 | 111 | 4 | 31 | 131 | 75 |
| Binary | 11110100 | 10001101 | 1000010 | 0 | 101010 | 1001001 | 100 | 11001 | 1011001 | 111101 |
Color Harmonies of #F48D42
Complementary color
Monochromatic Colors of #F48D42
Black with #F48D42
Text Example
Text Example
White with #F48D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D42; }
p { color: rgb(244,141,66); }
H1.HeaderClassName
{
color: #F48D42;
}
.AnyTagClassName
{
color: #F48D42;
}
</style>
background-color css
<style>
a { background-color: #F48D42; }
a { background-color: rgb(244,141,66); }
div.DivClassName
{
background-color: #F48D42;
}
.BgClassName
{
background-color: #F48D42;
}
</style>
border-color css
<style>
span { border-color: #F48D42; }
span { border-color: rgb(244,141,66); }
td.TdClassName
{
border-color: #F48D42;
}
.TagClassName
{
border-color: #F48D42;
}
</style>