Shades of Sea Buckthorn #F2994C
Tints of Sea Buckthorn #F2994C
RGB
CMYK
RGB Variations
Color information
#F2994C (or 0xF2994C) is known color: Sea Buckthorn. HEX triplet: F2, 99 and 4C. RGB value is (242,153,76). Sum of RGB (Red+Green+Blue) = 242+153+76=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2994C is #0D66B3. Grayscale: #ABABAB. Windows color (decimal): -878260 or 5020146. OLE color: 5020146.
HSL color Cylindrical-coordinate representation of color #F2994C: hue angle of 27.83º 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 #F2994C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 76 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.05 |
| HSL | 27.83º | 0.86% | 0.62% | - |
| HSV(B) | 27.83º | 0.69% | 0.95% | - |
| XYZ | 49.31 | 42.18 | 12.38 | - |
| YUV | 170.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 76 | 0 | 0.37 | 0.69 | 0.05 | 27.83 | 0.86 | 0.62 |
| Hex | F2 | 99 | 4C | 0 | 25 | 45 | 5 | 1C | 56 | 3E |
| Octal | 362 | 231 | 114 | 0 | 45 | 105 | 5 | 34 | 126 | 76 |
| Binary | 11110010 | 10011001 | 1001100 | 0 | 100101 | 1000101 | 101 | 11100 | 1010110 | 111110 |
Color Harmonies of #F2994C
Complementary color
Monochromatic Colors of #F2994C
Black with #F2994C
Text Example
Text Example
White with #F2994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2994C; }
p { color: rgb(242,153,76); }
H1.HeaderClassName
{
color: #F2994C;
}
.AnyTagClassName
{
color: #F2994C;
}
</style>
background-color css
<style>
a { background-color: #F2994C; }
a { background-color: rgb(242,153,76); }
div.DivClassName
{
background-color: #F2994C;
}
.BgClassName
{
background-color: #F2994C;
}
</style>
border-color css
<style>
span { border-color: #F2994C; }
span { border-color: rgb(242,153,76); }
td.TdClassName
{
border-color: #F2994C;
}
.TagClassName
{
border-color: #F2994C;
}
</style>