Shades of Sea Buckthorn #F29952
Tints of Sea Buckthorn #F29952
RGB
CMYK
RGB Variations
Color information
#F29952 (or 0xF29952) is known color: Sea Buckthorn. HEX triplet: F2, 99 and 52. RGB value is (242,153,82). Sum of RGB (Red+Green+Blue) = 242+153+82=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F29952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29952 is #0D66AD. Grayscale: #ABABAB. Windows color (decimal): -878254 or 5413362. OLE color: 5413362.
HSL color Cylindrical-coordinate representation of color #F29952: hue angle of 26.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F29952 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 82 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.05 |
| HSL | 26.63º | 0.86% | 0.64% | - |
| HSV(B) | 26.63º | 0.66% | 0.95% | - |
| XYZ | 49.53 | 42.27 | 13.53 | - |
| YUV | 171.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 82 | 0 | 0.37 | 0.66 | 0.05 | 26.63 | 0.86 | 0.64 |
| Hex | F2 | 99 | 52 | 0 | 25 | 42 | 5 | 1B | 56 | 40 |
| Octal | 362 | 231 | 122 | 0 | 45 | 102 | 5 | 33 | 126 | 100 |
| Binary | 11110010 | 10011001 | 1010010 | 0 | 100101 | 1000010 | 101 | 11011 | 1010110 | 1000000 |
Color Harmonies of #F29952
Complementary color
Monochromatic Colors of #F29952
Black with #F29952
Text Example
Text Example
White with #F29952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29952; }
p { color: rgb(242,153,82); }
H1.HeaderClassName
{
color: #F29952;
}
.AnyTagClassName
{
color: #F29952;
}
</style>
background-color css
<style>
a { background-color: #F29952; }
a { background-color: rgb(242,153,82); }
div.DivClassName
{
background-color: #F29952;
}
.BgClassName
{
background-color: #F29952;
}
</style>
border-color css
<style>
span { border-color: #F29952; }
span { border-color: rgb(242,153,82); }
td.TdClassName
{
border-color: #F29952;
}
.TagClassName
{
border-color: #F29952;
}
</style>