Shades of Sea Buckthorn #F2984C
Tints of Sea Buckthorn #F2984C
RGB
CMYK
RGB Variations
Color information
#F2984C (or 0xF2984C) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 4C. RGB value is (242,152,76). Sum of RGB (Red+Green+Blue) = 242+152+76=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2984C is #0D67B3. Grayscale: #AAAAAA. Windows color (decimal): -878516 or 5019890. OLE color: 5019890.
HSL color Cylindrical-coordinate representation of color #F2984C: hue angle of 27.47º 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 #F2984C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 76 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.05 |
| HSL | 27.47º | 0.86% | 0.62% | - |
| HSV(B) | 27.47º | 0.69% | 0.95% | - |
| XYZ | 49.15 | 41.86 | 12.33 | - |
| YUV | 170.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 76 | 0 | 0.37 | 0.69 | 0.05 | 27.47 | 0.86 | 0.62 |
| Hex | F2 | 98 | 4C | 0 | 25 | 45 | 5 | 1B | 56 | 3E |
| Octal | 362 | 230 | 114 | 0 | 45 | 105 | 5 | 33 | 126 | 76 |
| Binary | 11110010 | 10011000 | 1001100 | 0 | 100101 | 1000101 | 101 | 11011 | 1010110 | 111110 |
Color Harmonies of #F2984C
Complementary color
Monochromatic Colors of #F2984C
Black with #F2984C
Text Example
Text Example
White with #F2984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2984C; }
p { color: rgb(242,152,76); }
H1.HeaderClassName
{
color: #F2984C;
}
.AnyTagClassName
{
color: #F2984C;
}
</style>
background-color css
<style>
a { background-color: #F2984C; }
a { background-color: rgb(242,152,76); }
div.DivClassName
{
background-color: #F2984C;
}
.BgClassName
{
background-color: #F2984C;
}
</style>
border-color css
<style>
span { border-color: #F2984C; }
span { border-color: rgb(242,152,76); }
td.TdClassName
{
border-color: #F2984C;
}
.TagClassName
{
border-color: #F2984C;
}
</style>