Shades of Sea Buckthorn #F0954C
Tints of Sea Buckthorn #F0954C
RGB
CMYK
RGB Variations
Color information
#F0954C (or 0xF0954C) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 4C. RGB value is (240,149,76). Sum of RGB (Red+Green+Blue) = 240+149+76=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0954C is #0F6AB3. Grayscale: #A8A8A8. Windows color (decimal): -1010356 or 5019120. OLE color: 5019120.
HSL color Cylindrical-coordinate representation of color #F0954C: hue angle of 26.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0954C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.06 |
| HSL | 26.71º | 0.85% | 0.62% | - |
| HSV(B) | 26.71º | 0.68% | 0.94% | - |
| XYZ | 47.99 | 40.54 | 12.13 | - |
| YUV | 167.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 76 | 0 | 0.38 | 0.68 | 0.06 | 26.71 | 0.85 | 0.62 |
| Hex | F0 | 95 | 4C | 0 | 26 | 44 | 6 | 1B | 55 | 3E |
| Octal | 360 | 225 | 114 | 0 | 46 | 104 | 6 | 33 | 125 | 76 |
| Binary | 11110000 | 10010101 | 1001100 | 0 | 100110 | 1000100 | 110 | 11011 | 1010101 | 111110 |
Color Harmonies of #F0954C
Complementary color
Monochromatic Colors of #F0954C
Black with #F0954C
Text Example
Text Example
White with #F0954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0954C; }
p { color: rgb(240,149,76); }
H1.HeaderClassName
{
color: #F0954C;
}
.AnyTagClassName
{
color: #F0954C;
}
</style>
background-color css
<style>
a { background-color: #F0954C; }
a { background-color: rgb(240,149,76); }
div.DivClassName
{
background-color: #F0954C;
}
.BgClassName
{
background-color: #F0954C;
}
</style>
border-color css
<style>
span { border-color: #F0954C; }
span { border-color: rgb(240,149,76); }
td.TdClassName
{
border-color: #F0954C;
}
.TagClassName
{
border-color: #F0954C;
}
</style>