Shades of Sea Buckthorn #F2964B
Tints of Sea Buckthorn #F2964B
RGB
CMYK
RGB Variations
Color information
#F2964B (or 0xF2964B) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 4B. RGB value is (242,150,75). Sum of RGB (Red+Green+Blue) = 242+150+75=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2964B is #0D69B4. Grayscale: #A9A9A9. Windows color (decimal): -879029 or 4953842. OLE color: 4953842.
HSL color Cylindrical-coordinate representation of color #F2964B: hue angle of 26.95º 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 #F2964B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 75 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.05 |
| HSL | 26.95º | 0.87% | 0.62% | - |
| HSV(B) | 26.95º | 0.69% | 0.95% | - |
| XYZ | 48.79 | 41.2 | 12.04 | - |
| YUV | 168.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 75 | 0 | 0.38 | 0.69 | 0.05 | 26.95 | 0.87 | 0.62 |
| Hex | F2 | 96 | 4B | 0 | 26 | 45 | 5 | 1B | 57 | 3E |
| Octal | 362 | 226 | 113 | 0 | 46 | 105 | 5 | 33 | 127 | 76 |
| Binary | 11110010 | 10010110 | 1001011 | 0 | 100110 | 1000101 | 101 | 11011 | 1010111 | 111110 |
Color Harmonies of #F2964B
Complementary color
Monochromatic Colors of #F2964B
Black with #F2964B
Text Example
Text Example
White with #F2964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2964B; }
p { color: rgb(242,150,75); }
H1.HeaderClassName
{
color: #F2964B;
}
.AnyTagClassName
{
color: #F2964B;
}
</style>
background-color css
<style>
a { background-color: #F2964B; }
a { background-color: rgb(242,150,75); }
div.DivClassName
{
background-color: #F2964B;
}
.BgClassName
{
background-color: #F2964B;
}
</style>
border-color css
<style>
span { border-color: #F2964B; }
span { border-color: rgb(242,150,75); }
td.TdClassName
{
border-color: #F2964B;
}
.TagClassName
{
border-color: #F2964B;
}
</style>