Shades of Sea Buckthorn #F0954A
Tints of Sea Buckthorn #F0954A
RGB
CMYK
RGB Variations
Color information
#F0954A (or 0xF0954A) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 4A. RGB value is (240,149,74). Sum of RGB (Red+Green+Blue) = 240+149+74=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0954A is #0F6AB5. Grayscale: #A8A8A8. Windows color (decimal): -1010358 or 4888048. OLE color: 4888048.
HSL color Cylindrical-coordinate representation of color #F0954A: hue angle of 27.11º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0954A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 74 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.06 |
| HSL | 27.11º | 0.85% | 0.62% | - |
| HSV(B) | 27.11º | 0.69% | 0.94% | - |
| XYZ | 47.92 | 40.51 | 11.77 | - |
| YUV | 167.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 74 | 0 | 0.38 | 0.69 | 0.06 | 27.11 | 0.85 | 0.62 |
| Hex | F0 | 95 | 4A | 0 | 26 | 45 | 6 | 1B | 55 | 3E |
| Octal | 360 | 225 | 112 | 0 | 46 | 105 | 6 | 33 | 125 | 76 |
| Binary | 11110000 | 10010101 | 1001010 | 0 | 100110 | 1000101 | 110 | 11011 | 1010101 | 111110 |
Color Harmonies of #F0954A
Complementary color
Monochromatic Colors of #F0954A
Black with #F0954A
Text Example
Text Example
White with #F0954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0954A; }
p { color: rgb(240,149,74); }
H1.HeaderClassName
{
color: #F0954A;
}
.AnyTagClassName
{
color: #F0954A;
}
</style>
background-color css
<style>
a { background-color: #F0954A; }
a { background-color: rgb(240,149,74); }
div.DivClassName
{
background-color: #F0954A;
}
.BgClassName
{
background-color: #F0954A;
}
</style>
border-color css
<style>
span { border-color: #F0954A; }
span { border-color: rgb(240,149,74); }
td.TdClassName
{
border-color: #F0954A;
}
.TagClassName
{
border-color: #F0954A;
}
</style>