Shades of Sea Buckthorn #F0934A
Tints of Sea Buckthorn #F0934A
RGB
CMYK
RGB Variations
Color information
#F0934A (or 0xF0934A) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 4A. RGB value is (240,147,74). Sum of RGB (Red+Green+Blue) = 240+147+74=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0934A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0934A is #0F6CB5. Grayscale: #A6A6A6. Windows color (decimal): -1010870 or 4887536. OLE color: 4887536.
HSL color Cylindrical-coordinate representation of color #F0934A: hue angle of 26.39º 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 #F0934A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 74 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.06 |
| HSL | 26.39º | 0.85% | 0.62% | - |
| HSV(B) | 26.39º | 0.69% | 0.94% | - |
| XYZ | 47.6 | 39.89 | 11.67 | - |
| YUV | 166.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 74 | 0 | 0.39 | 0.69 | 0.06 | 26.39 | 0.85 | 0.62 |
| Hex | F0 | 93 | 4A | 0 | 27 | 45 | 6 | 1A | 55 | 3E |
| Octal | 360 | 223 | 112 | 0 | 47 | 105 | 6 | 32 | 125 | 76 |
| Binary | 11110000 | 10010011 | 1001010 | 0 | 100111 | 1000101 | 110 | 11010 | 1010101 | 111110 |
Color Harmonies of #F0934A
Complementary color
Monochromatic Colors of #F0934A
Black with #F0934A
Text Example
Text Example
White with #F0934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0934A; }
p { color: rgb(240,147,74); }
H1.HeaderClassName
{
color: #F0934A;
}
.AnyTagClassName
{
color: #F0934A;
}
</style>
background-color css
<style>
a { background-color: #F0934A; }
a { background-color: rgb(240,147,74); }
div.DivClassName
{
background-color: #F0934A;
}
.BgClassName
{
background-color: #F0934A;
}
</style>
border-color css
<style>
span { border-color: #F0934A; }
span { border-color: rgb(240,147,74); }
td.TdClassName
{
border-color: #F0934A;
}
.TagClassName
{
border-color: #F0934A;
}
</style>