Shades of Sea Buckthorn #F2954A
Tints of Sea Buckthorn #F2954A
RGB
CMYK
RGB Variations
Color information
#F2954A (or 0xF2954A) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 4A. RGB value is (242,149,74). Sum of RGB (Red+Green+Blue) = 242+149+74=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2954A is #0D6AB5. Grayscale: #A8A8A8. Windows color (decimal): -879286 or 4888050. OLE color: 4888050.
HSL color Cylindrical-coordinate representation of color #F2954A: hue angle of 26.79º 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 #F2954A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 74 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.05 |
| HSL | 26.79º | 0.87% | 0.62% | - |
| HSV(B) | 26.79º | 0.69% | 0.95% | - |
| XYZ | 48.6 | 40.87 | 11.81 | - |
| YUV | 168.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 74 | 0 | 0.38 | 0.69 | 0.05 | 26.79 | 0.87 | 0.62 |
| Hex | F2 | 95 | 4A | 0 | 26 | 45 | 5 | 1B | 57 | 3E |
| Octal | 362 | 225 | 112 | 0 | 46 | 105 | 5 | 33 | 127 | 76 |
| Binary | 11110010 | 10010101 | 1001010 | 0 | 100110 | 1000101 | 101 | 11011 | 1010111 | 111110 |
Color Harmonies of #F2954A
Complementary color
Monochromatic Colors of #F2954A
Black with #F2954A
Text Example
Text Example
White with #F2954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2954A; }
p { color: rgb(242,149,74); }
H1.HeaderClassName
{
color: #F2954A;
}
.AnyTagClassName
{
color: #F2954A;
}
</style>
background-color css
<style>
a { background-color: #F2954A; }
a { background-color: rgb(242,149,74); }
div.DivClassName
{
background-color: #F2954A;
}
.BgClassName
{
background-color: #F2954A;
}
</style>
border-color css
<style>
span { border-color: #F2954A; }
span { border-color: rgb(242,149,74); }
td.TdClassName
{
border-color: #F2954A;
}
.TagClassName
{
border-color: #F2954A;
}
</style>