Shades of Sea Buckthorn #F29250
Tints of Sea Buckthorn #F29250
RGB
CMYK
RGB Variations
Color information
#F29250 (or 0xF29250) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 50. RGB value is (242,146,80). Sum of RGB (Red+Green+Blue) = 242+146+80=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F29250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29250 is #0D6DAF. Grayscale: #A7A7A7. Windows color (decimal): -880048 or 5280498. OLE color: 5280498.
HSL color Cylindrical-coordinate representation of color #F29250: hue angle of 24.44º 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 #F29250 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 80 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.05 |
| HSL | 24.44º | 0.86% | 0.63% | - |
| HSV(B) | 24.44º | 0.67% | 0.95% | - |
| XYZ | 48.34 | 40.01 | 12.76 | - |
| YUV | 167.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 80 | 0 | 0.40 | 0.67 | 0.05 | 24.44 | 0.86 | 0.63 |
| Hex | F2 | 92 | 50 | 0 | 28 | 43 | 5 | 18 | 56 | 3F |
| Octal | 362 | 222 | 120 | 0 | 50 | 103 | 5 | 30 | 126 | 77 |
| Binary | 11110010 | 10010010 | 1010000 | 0 | 101000 | 1000011 | 101 | 11000 | 1010110 | 111111 |
Color Harmonies of #F29250
Complementary color
Monochromatic Colors of #F29250
Black with #F29250
Text Example
Text Example
White with #F29250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29250; }
p { color: rgb(242,146,80); }
H1.HeaderClassName
{
color: #F29250;
}
.AnyTagClassName
{
color: #F29250;
}
</style>
background-color css
<style>
a { background-color: #F29250; }
a { background-color: rgb(242,146,80); }
div.DivClassName
{
background-color: #F29250;
}
.BgClassName
{
background-color: #F29250;
}
</style>
border-color css
<style>
span { border-color: #F29250; }
span { border-color: rgb(242,146,80); }
td.TdClassName
{
border-color: #F29250;
}
.TagClassName
{
border-color: #F29250;
}
</style>