Shades of Sea Buckthorn #F2944C
Tints of Sea Buckthorn #F2944C
RGB
CMYK
RGB Variations
Color information
#F2944C (or 0xF2944C) is known color: Sea Buckthorn. HEX triplet: F2, 94 and 4C. RGB value is (242,148,76). Sum of RGB (Red+Green+Blue) = 242+148+76=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2944C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2944C is #0D6BB3. Grayscale: #A8A8A8. Windows color (decimal): -879540 or 5018866. OLE color: 5018866.
HSL color Cylindrical-coordinate representation of color #F2944C: hue angle of 26.02º 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 #F2944C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 76 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.05 |
| HSL | 26.02º | 0.86% | 0.62% | - |
| HSV(B) | 26.02º | 0.69% | 0.95% | - |
| XYZ | 48.51 | 40.58 | 12.11 | - |
| YUV | 167.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 76 | 0 | 0.39 | 0.69 | 0.05 | 26.02 | 0.86 | 0.62 |
| Hex | F2 | 94 | 4C | 0 | 27 | 45 | 5 | 1A | 56 | 3E |
| Octal | 362 | 224 | 114 | 0 | 47 | 105 | 5 | 32 | 126 | 76 |
| Binary | 11110010 | 10010100 | 1001100 | 0 | 100111 | 1000101 | 101 | 11010 | 1010110 | 111110 |
Color Harmonies of #F2944C
Complementary color
Monochromatic Colors of #F2944C
Black with #F2944C
Text Example
Text Example
White with #F2944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2944C; }
p { color: rgb(242,148,76); }
H1.HeaderClassName
{
color: #F2944C;
}
.AnyTagClassName
{
color: #F2944C;
}
</style>
background-color css
<style>
a { background-color: #F2944C; }
a { background-color: rgb(242,148,76); }
div.DivClassName
{
background-color: #F2944C;
}
.BgClassName
{
background-color: #F2944C;
}
</style>
border-color css
<style>
span { border-color: #F2944C; }
span { border-color: rgb(242,148,76); }
td.TdClassName
{
border-color: #F2944C;
}
.TagClassName
{
border-color: #F2944C;
}
</style>