Shades of Sea Buckthorn #F0924F
Tints of Sea Buckthorn #F0924F
RGB
CMYK
RGB Variations
Color information
#F0924F (or 0xF0924F) is known color: Sea Buckthorn. HEX triplet: F0, 92 and 4F. RGB value is (240,146,79). Sum of RGB (Red+Green+Blue) = 240+146+79=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0924F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0924F is #0F6DB0. Grayscale: #A6A6A6. Windows color (decimal): -1011121 or 5214960. OLE color: 5214960.
HSL color Cylindrical-coordinate representation of color #F0924F: hue angle of 24.97º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0924F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 79 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.06 |
| HSL | 24.97º | 0.84% | 0.63% | - |
| HSV(B) | 24.97º | 0.67% | 0.94% | - |
| XYZ | 47.63 | 39.65 | 12.54 | - |
| YUV | 166.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 79 | 0 | 0.39 | 0.67 | 0.06 | 24.97 | 0.84 | 0.63 |
| Hex | F0 | 92 | 4F | 0 | 27 | 43 | 6 | 19 | 54 | 3F |
| Octal | 360 | 222 | 117 | 0 | 47 | 103 | 6 | 31 | 124 | 77 |
| Binary | 11110000 | 10010010 | 1001111 | 0 | 100111 | 1000011 | 110 | 11001 | 1010100 | 111111 |
Color Harmonies of #F0924F
Complementary color
Monochromatic Colors of #F0924F
Black with #F0924F
Text Example
Text Example
White with #F0924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0924F; }
p { color: rgb(240,146,79); }
H1.HeaderClassName
{
color: #F0924F;
}
.AnyTagClassName
{
color: #F0924F;
}
</style>
background-color css
<style>
a { background-color: #F0924F; }
a { background-color: rgb(240,146,79); }
div.DivClassName
{
background-color: #F0924F;
}
.BgClassName
{
background-color: #F0924F;
}
</style>
border-color css
<style>
span { border-color: #F0924F; }
span { border-color: rgb(240,146,79); }
td.TdClassName
{
border-color: #F0924F;
}
.TagClassName
{
border-color: #F0924F;
}
</style>