Shades of Sea Buckthorn #F2973F
Tints of Sea Buckthorn #F2973F
RGB
CMYK
RGB Variations
Color information
#F2973F (or 0xF2973F) is known color: Sea Buckthorn. HEX triplet: F2, 97 and 3F. RGB value is (242,151,63). Sum of RGB (Red+Green+Blue) = 242+151+63=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2973F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2973F is #0D68C0. Grayscale: #A8A8A8. Windows color (decimal): -878785 or 4167666. OLE color: 4167666.
HSL color Cylindrical-coordinate representation of color #F2973F: hue angle of 29.5º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2973F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 63 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.05 |
| HSL | 29.5º | 0.87% | 0.6% | - |
| HSV(B) | 29.5º | 0.74% | 0.95% | - |
| XYZ | 48.58 | 41.37 | 10.13 | - |
| YUV | 168.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 63 | 0 | 0.38 | 0.74 | 0.05 | 29.5 | 0.87 | 0.6 |
| Hex | F2 | 97 | 3F | 0 | 26 | 4A | 5 | 1D | 57 | 3C |
| Octal | 362 | 227 | 77 | 0 | 46 | 112 | 5 | 35 | 127 | 74 |
| Binary | 11110010 | 10010111 | 111111 | 0 | 100110 | 1001010 | 101 | 11101 | 1010111 | 111100 |
Color Harmonies of #F2973F
Complementary color
Monochromatic Colors of #F2973F
Black with #F2973F
Text Example
Text Example
White with #F2973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2973F; }
p { color: rgb(242,151,63); }
H1.HeaderClassName
{
color: #F2973F;
}
.AnyTagClassName
{
color: #F2973F;
}
</style>
background-color css
<style>
a { background-color: #F2973F; }
a { background-color: rgb(242,151,63); }
div.DivClassName
{
background-color: #F2973F;
}
.BgClassName
{
background-color: #F2973F;
}
</style>
border-color css
<style>
span { border-color: #F2973F; }
span { border-color: rgb(242,151,63); }
td.TdClassName
{
border-color: #F2973F;
}
.TagClassName
{
border-color: #F2973F;
}
</style>