Shades of Sea Buckthorn #F29253
Tints of Sea Buckthorn #F29253
RGB
CMYK
RGB Variations
Color information
#F29253 (or 0xF29253) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 53. RGB value is (242,146,83). Sum of RGB (Red+Green+Blue) = 242+146+83=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F29253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29253 is #0D6DAC. Grayscale: #A7A7A7. Windows color (decimal): -880045 or 5477106. OLE color: 5477106.
HSL color Cylindrical-coordinate representation of color #F29253: hue angle of 23.77º 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 #F29253 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 83 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.05 |
| HSL | 23.77º | 0.86% | 0.64% | - |
| HSV(B) | 23.77º | 0.66% | 0.95% | - |
| XYZ | 48.46 | 40.06 | 13.36 | - |
| YUV | 167.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 83 | 0 | 0.40 | 0.66 | 0.05 | 23.77 | 0.86 | 0.64 |
| Hex | F2 | 92 | 53 | 0 | 28 | 42 | 5 | 18 | 56 | 40 |
| Octal | 362 | 222 | 123 | 0 | 50 | 102 | 5 | 30 | 126 | 100 |
| Binary | 11110010 | 10010010 | 1010011 | 0 | 101000 | 1000010 | 101 | 11000 | 1010110 | 1000000 |
Color Harmonies of #F29253
Complementary color
Monochromatic Colors of #F29253
Black with #F29253
Text Example
Text Example
White with #F29253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29253; }
p { color: rgb(242,146,83); }
H1.HeaderClassName
{
color: #F29253;
}
.AnyTagClassName
{
color: #F29253;
}
</style>
background-color css
<style>
a { background-color: #F29253; }
a { background-color: rgb(242,146,83); }
div.DivClassName
{
background-color: #F29253;
}
.BgClassName
{
background-color: #F29253;
}
</style>
border-color css
<style>
span { border-color: #F29253; }
span { border-color: rgb(242,146,83); }
td.TdClassName
{
border-color: #F29253;
}
.TagClassName
{
border-color: #F29253;
}
</style>