Shades of Sea Buckthorn #F2914C
Tints of Sea Buckthorn #F2914C
RGB
CMYK
RGB Variations
Color information
#F2914C (or 0xF2914C) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 4C. RGB value is (242,145,76). Sum of RGB (Red+Green+Blue) = 242+145+76=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2914C is #0D6EB3. Grayscale: #A6A6A6. Windows color (decimal): -880308 or 5018098. OLE color: 5018098.
HSL color Cylindrical-coordinate representation of color #F2914C: hue angle of 24.94º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2914C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 76 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.05 |
| HSL | 24.94º | 0.86% | 0.62% | - |
| HSV(B) | 24.94º | 0.69% | 0.95% | - |
| XYZ | 48.05 | 39.65 | 11.96 | - |
| YUV | 166.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 76 | 0 | 0.40 | 0.69 | 0.05 | 24.94 | 0.86 | 0.62 |
| Hex | F2 | 91 | 4C | 0 | 28 | 45 | 5 | 19 | 56 | 3E |
| Octal | 362 | 221 | 114 | 0 | 50 | 105 | 5 | 31 | 126 | 76 |
| Binary | 11110010 | 10010001 | 1001100 | 0 | 101000 | 1000101 | 101 | 11001 | 1010110 | 111110 |
Color Harmonies of #F2914C
Complementary color
Monochromatic Colors of #F2914C
Black with #F2914C
Text Example
Text Example
White with #F2914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2914C; }
p { color: rgb(242,145,76); }
H1.HeaderClassName
{
color: #F2914C;
}
.AnyTagClassName
{
color: #F2914C;
}
</style>
background-color css
<style>
a { background-color: #F2914C; }
a { background-color: rgb(242,145,76); }
div.DivClassName
{
background-color: #F2914C;
}
.BgClassName
{
background-color: #F2914C;
}
</style>
border-color css
<style>
span { border-color: #F2914C; }
span { border-color: rgb(242,145,76); }
td.TdClassName
{
border-color: #F2914C;
}
.TagClassName
{
border-color: #F2914C;
}
</style>