Shades of Sea Buckthorn #F0984A
Tints of Sea Buckthorn #F0984A
RGB
CMYK
RGB Variations
Color information
#F0984A (or 0xF0984A) is known color: Sea Buckthorn. HEX triplet: F0, 98 and 4A. RGB value is (240,152,74). Sum of RGB (Red+Green+Blue) = 240+152+74=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0984A is #0F67B5. Grayscale: #A9A9A9. Windows color (decimal): -1009590 or 4888816. OLE color: 4888816.
HSL color Cylindrical-coordinate representation of color #F0984A: hue angle of 28.19º 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 #F0984A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 74 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.06 |
| HSL | 28.19º | 0.85% | 0.62% | - |
| HSV(B) | 28.19º | 0.69% | 0.94% | - |
| XYZ | 48.4 | 41.48 | 11.93 | - |
| YUV | 169.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 74 | 0 | 0.37 | 0.69 | 0.06 | 28.19 | 0.85 | 0.62 |
| Hex | F0 | 98 | 4A | 0 | 25 | 45 | 6 | 1C | 55 | 3E |
| Octal | 360 | 230 | 112 | 0 | 45 | 105 | 6 | 34 | 125 | 76 |
| Binary | 11110000 | 10011000 | 1001010 | 0 | 100101 | 1000101 | 110 | 11100 | 1010101 | 111110 |
Color Harmonies of #F0984A
Complementary color
Monochromatic Colors of #F0984A
Black with #F0984A
Text Example
Text Example
White with #F0984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0984A; }
p { color: rgb(240,152,74); }
H1.HeaderClassName
{
color: #F0984A;
}
.AnyTagClassName
{
color: #F0984A;
}
</style>
background-color css
<style>
a { background-color: #F0984A; }
a { background-color: rgb(240,152,74); }
div.DivClassName
{
background-color: #F0984A;
}
.BgClassName
{
background-color: #F0984A;
}
</style>
border-color css
<style>
span { border-color: #F0984A; }
span { border-color: rgb(240,152,74); }
td.TdClassName
{
border-color: #F0984A;
}
.TagClassName
{
border-color: #F0984A;
}
</style>