Shades of Sea Buckthorn #F29353
Tints of Sea Buckthorn #F29353
RGB
CMYK
RGB Variations
Color information
#F29353 (or 0xF29353) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 53. RGB value is (242,147,83). Sum of RGB (Red+Green+Blue) = 242+147+83=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F29353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29353 is #0D6CAC. Grayscale: #A8A8A8. Windows color (decimal): -879789 or 5477362. OLE color: 5477362.
HSL color Cylindrical-coordinate representation of color #F29353: hue angle of 24.15º 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 #F29353 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 83 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.05 |
| HSL | 24.15º | 0.86% | 0.64% | - |
| HSV(B) | 24.15º | 0.66% | 0.95% | - |
| XYZ | 48.61 | 40.37 | 13.41 | - |
| YUV | 168.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 83 | 0 | 0.39 | 0.66 | 0.05 | 24.15 | 0.86 | 0.64 |
| Hex | F2 | 93 | 53 | 0 | 27 | 42 | 5 | 18 | 56 | 40 |
| Octal | 362 | 223 | 123 | 0 | 47 | 102 | 5 | 30 | 126 | 100 |
| Binary | 11110010 | 10010011 | 1010011 | 0 | 100111 | 1000010 | 101 | 11000 | 1010110 | 1000000 |
Color Harmonies of #F29353
Complementary color
Monochromatic Colors of #F29353
Black with #F29353
Text Example
Text Example
White with #F29353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29353; }
p { color: rgb(242,147,83); }
H1.HeaderClassName
{
color: #F29353;
}
.AnyTagClassName
{
color: #F29353;
}
</style>
background-color css
<style>
a { background-color: #F29353; }
a { background-color: rgb(242,147,83); }
div.DivClassName
{
background-color: #F29353;
}
.BgClassName
{
background-color: #F29353;
}
</style>
border-color css
<style>
span { border-color: #F29353; }
span { border-color: rgb(242,147,83); }
td.TdClassName
{
border-color: #F29353;
}
.TagClassName
{
border-color: #F29353;
}
</style>