Shades of Sea Buckthorn #F28F4F
Tints of Sea Buckthorn #F28F4F
RGB
CMYK
RGB Variations
Color information
#F28F4F (or 0xF28F4F) is known color: Sea Buckthorn. HEX triplet: F2, 8F and 4F. RGB value is (242,143,79). Sum of RGB (Red+Green+Blue) = 242+143+79=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F4F is #0D70B0. Grayscale: #A5A5A5. Windows color (decimal): -880817 or 5214194. OLE color: 5214194.
HSL color Cylindrical-coordinate representation of color #F28F4F: hue angle of 23.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F28F4F is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 79 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.05 |
| HSL | 23.56º | 0.86% | 0.63% | - |
| HSV(B) | 23.56º | 0.67% | 0.95% | - |
| XYZ | 47.85 | 39.09 | 12.42 | - |
| YUV | 165.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 79 | 0 | 0.41 | 0.67 | 0.05 | 23.56 | 0.86 | 0.63 |
| Hex | F2 | 8F | 4F | 0 | 29 | 43 | 5 | 18 | 56 | 3F |
| Octal | 362 | 217 | 117 | 0 | 51 | 103 | 5 | 30 | 126 | 77 |
| Binary | 11110010 | 10001111 | 1001111 | 0 | 101001 | 1000011 | 101 | 11000 | 1010110 | 111111 |
Color Harmonies of #F28F4F
Complementary color
Monochromatic Colors of #F28F4F
Black with #F28F4F
Text Example
Text Example
White with #F28F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F4F; }
p { color: rgb(242,143,79); }
H1.HeaderClassName
{
color: #F28F4F;
}
.AnyTagClassName
{
color: #F28F4F;
}
</style>
background-color css
<style>
a { background-color: #F28F4F; }
a { background-color: rgb(242,143,79); }
div.DivClassName
{
background-color: #F28F4F;
}
.BgClassName
{
background-color: #F28F4F;
}
</style>
border-color css
<style>
span { border-color: #F28F4F; }
span { border-color: rgb(242,143,79); }
td.TdClassName
{
border-color: #F28F4F;
}
.TagClassName
{
border-color: #F28F4F;
}
</style>