Shades of Sea Buckthorn #F0983E
Tints of Sea Buckthorn #F0983E
RGB
CMYK
RGB Variations
Color information
#F0983E (or 0xF0983E) is known color: Sea Buckthorn. HEX triplet: F0, 98 and 3E. RGB value is (240,152,62). Sum of RGB (Red+Green+Blue) = 240+152+62=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0983E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0983E is #0F67C1. Grayscale: #A8A8A8. Windows color (decimal): -1009602 or 4102384. OLE color: 4102384.
HSL color Cylindrical-coordinate representation of color #F0983E: hue angle of 30.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0983E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 62 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.06 |
| HSL | 30.34º | 0.86% | 0.59% | - |
| HSV(B) | 30.34º | 0.74% | 0.94% | - |
| XYZ | 48.03 | 41.33 | 10 | - |
| YUV | 168.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 62 | 0 | 0.37 | 0.74 | 0.06 | 30.34 | 0.86 | 0.59 |
| Hex | F0 | 98 | 3E | 0 | 25 | 4A | 6 | 1E | 56 | 3B |
| Octal | 360 | 230 | 76 | 0 | 45 | 112 | 6 | 36 | 126 | 73 |
| Binary | 11110000 | 10011000 | 111110 | 0 | 100101 | 1001010 | 110 | 11110 | 1010110 | 111011 |
Color Harmonies of #F0983E
Complementary color
Monochromatic Colors of #F0983E
Black with #F0983E
Text Example
Text Example
White with #F0983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0983E; }
p { color: rgb(240,152,62); }
H1.HeaderClassName
{
color: #F0983E;
}
.AnyTagClassName
{
color: #F0983E;
}
</style>
background-color css
<style>
a { background-color: #F0983E; }
a { background-color: rgb(240,152,62); }
div.DivClassName
{
background-color: #F0983E;
}
.BgClassName
{
background-color: #F0983E;
}
</style>
border-color css
<style>
span { border-color: #F0983E; }
span { border-color: rgb(240,152,62); }
td.TdClassName
{
border-color: #F0983E;
}
.TagClassName
{
border-color: #F0983E;
}
</style>