Shades of Sea Buckthorn #F2984A
Tints of Sea Buckthorn #F2984A
RGB
CMYK
RGB Variations
Color information
#F2984A (or 0xF2984A) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 4A. RGB value is (242,152,74). Sum of RGB (Red+Green+Blue) = 242+152+74=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2984A is #0D67B5. Grayscale: #AAAAAA. Windows color (decimal): -878518 or 4888818. OLE color: 4888818.
HSL color Cylindrical-coordinate representation of color #F2984A: hue angle of 27.86º degrees, saturation: 0.87, 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 #F2984A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 74 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.05 |
| HSL | 27.86º | 0.87% | 0.62% | - |
| HSV(B) | 27.86º | 0.69% | 0.95% | - |
| XYZ | 49.08 | 41.83 | 11.97 | - |
| YUV | 170.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 74 | 0 | 0.37 | 0.69 | 0.05 | 27.86 | 0.87 | 0.62 |
| Hex | F2 | 98 | 4A | 0 | 25 | 45 | 5 | 1C | 57 | 3E |
| Octal | 362 | 230 | 112 | 0 | 45 | 105 | 5 | 34 | 127 | 76 |
| Binary | 11110010 | 10011000 | 1001010 | 0 | 100101 | 1000101 | 101 | 11100 | 1010111 | 111110 |
Color Harmonies of #F2984A
Complementary color
Monochromatic Colors of #F2984A
Black with #F2984A
Text Example
Text Example
White with #F2984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2984A; }
p { color: rgb(242,152,74); }
H1.HeaderClassName
{
color: #F2984A;
}
.AnyTagClassName
{
color: #F2984A;
}
</style>
background-color css
<style>
a { background-color: #F2984A; }
a { background-color: rgb(242,152,74); }
div.DivClassName
{
background-color: #F2984A;
}
.BgClassName
{
background-color: #F2984A;
}
</style>
border-color css
<style>
span { border-color: #F2984A; }
span { border-color: rgb(242,152,74); }
td.TdClassName
{
border-color: #F2984A;
}
.TagClassName
{
border-color: #F2984A;
}
</style>