Shades of Sea Buckthorn #F0914F
Tints of Sea Buckthorn #F0914F
RGB
CMYK
RGB Variations
Color information
#F0914F (or 0xF0914F) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 4F. RGB value is (240,145,79). Sum of RGB (Red+Green+Blue) = 240+145+79=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0914F is #0F6EB0. Grayscale: #A6A6A6. Windows color (decimal): -1011377 or 5214704. OLE color: 5214704.
HSL color Cylindrical-coordinate representation of color #F0914F: hue angle of 24.6º 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 #F0914F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 79 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.06 |
| HSL | 24.6º | 0.84% | 0.63% | - |
| HSV(B) | 24.6º | 0.67% | 0.94% | - |
| XYZ | 47.47 | 39.34 | 12.49 | - |
| YUV | 165.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 79 | 0 | 0.40 | 0.67 | 0.06 | 24.6 | 0.84 | 0.63 |
| Hex | F0 | 91 | 4F | 0 | 28 | 43 | 6 | 19 | 54 | 3F |
| Octal | 360 | 221 | 117 | 0 | 50 | 103 | 6 | 31 | 124 | 77 |
| Binary | 11110000 | 10010001 | 1001111 | 0 | 101000 | 1000011 | 110 | 11001 | 1010100 | 111111 |
Color Harmonies of #F0914F
Complementary color
Monochromatic Colors of #F0914F
Black with #F0914F
Text Example
Text Example
White with #F0914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0914F; }
p { color: rgb(240,145,79); }
H1.HeaderClassName
{
color: #F0914F;
}
.AnyTagClassName
{
color: #F0914F;
}
</style>
background-color css
<style>
a { background-color: #F0914F; }
a { background-color: rgb(240,145,79); }
div.DivClassName
{
background-color: #F0914F;
}
.BgClassName
{
background-color: #F0914F;
}
</style>
border-color css
<style>
span { border-color: #F0914F; }
span { border-color: rgb(240,145,79); }
td.TdClassName
{
border-color: #F0914F;
}
.TagClassName
{
border-color: #F0914F;
}
</style>