Shades of Sea Buckthorn #F0914A
Tints of Sea Buckthorn #F0914A
RGB
CMYK
RGB Variations
Color information
#F0914A (or 0xF0914A) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 4A. RGB value is (240,145,74). Sum of RGB (Red+Green+Blue) = 240+145+74=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0914A is #0F6EB5. Grayscale: #A5A5A5. Windows color (decimal): -1011382 or 4887024. OLE color: 4887024.
HSL color Cylindrical-coordinate representation of color #F0914A: hue angle of 25.66º 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 #F0914A is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 74 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.06 |
| HSL | 25.66º | 0.85% | 0.62% | - |
| HSV(B) | 25.66º | 0.69% | 0.94% | - |
| XYZ | 47.3 | 39.27 | 11.57 | - |
| YUV | 165.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 74 | 0 | 0.40 | 0.69 | 0.06 | 25.66 | 0.85 | 0.62 |
| Hex | F0 | 91 | 4A | 0 | 28 | 45 | 6 | 1A | 55 | 3E |
| Octal | 360 | 221 | 112 | 0 | 50 | 105 | 6 | 32 | 125 | 76 |
| Binary | 11110000 | 10010001 | 1001010 | 0 | 101000 | 1000101 | 110 | 11010 | 1010101 | 111110 |
Color Harmonies of #F0914A
Complementary color
Monochromatic Colors of #F0914A
Black with #F0914A
Text Example
Text Example
White with #F0914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0914A; }
p { color: rgb(240,145,74); }
H1.HeaderClassName
{
color: #F0914A;
}
.AnyTagClassName
{
color: #F0914A;
}
</style>
background-color css
<style>
a { background-color: #F0914A; }
a { background-color: rgb(240,145,74); }
div.DivClassName
{
background-color: #F0914A;
}
.BgClassName
{
background-color: #F0914A;
}
</style>
border-color css
<style>
span { border-color: #F0914A; }
span { border-color: rgb(240,145,74); }
td.TdClassName
{
border-color: #F0914A;
}
.TagClassName
{
border-color: #F0914A;
}
</style>