Shades of Sea Buckthorn #F28F48
Tints of Sea Buckthorn #F28F48
RGB
CMYK
RGB Variations
Color information
#F28F48 (or 0xF28F48) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 48. RGB value is (242,143,72). Sum of RGB (Red+Green+Blue) = 242+143+72=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F48 is #0D70B7. Grayscale: #A4A4A4. Windows color (decimal): -880824 or 4755442. OLE color: 4755442.
HSL color Cylindrical-coordinate representation of color #F28F48: hue angle of 25.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F28F48 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 72 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.05 |
| HSL | 25.06º | 0.87% | 0.62% | - |
| HSV(B) | 25.06º | 0.7% | 0.95% | - |
| XYZ | 47.61 | 38.99 | 11.15 | - |
| YUV | 164.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 72 | 0 | 0.41 | 0.70 | 0.05 | 25.06 | 0.87 | 0.62 |
| Hex | F2 | 8F | 48 | 0 | 29 | 46 | 5 | 19 | 57 | 3E |
| Octal | 362 | 217 | 110 | 0 | 51 | 106 | 5 | 31 | 127 | 76 |
| Binary | 11110010 | 10001111 | 1001000 | 0 | 101001 | 1000110 | 101 | 11001 | 1010111 | 111110 |
Color Harmonies of #F28F48
Complementary color
Monochromatic Colors of #F28F48
Black with #F28F48
Text Example
Text Example
White with #F28F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F48; }
p { color: rgb(242,143,72); }
H1.HeaderClassName
{
color: #F28F48;
}
.AnyTagClassName
{
color: #F28F48;
}
</style>
background-color css
<style>
a { background-color: #F28F48; }
a { background-color: rgb(242,143,72); }
div.DivClassName
{
background-color: #F28F48;
}
.BgClassName
{
background-color: #F28F48;
}
</style>
border-color css
<style>
span { border-color: #F28F48; }
span { border-color: rgb(242,143,72); }
td.TdClassName
{
border-color: #F28F48;
}
.TagClassName
{
border-color: #F28F48;
}
</style>