Shades of Sea Buckthorn #F09354
Tints of Sea Buckthorn #F09354
RGB
CMYK
RGB Variations
Color information
#F09354 (or 0xF09354) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 54. RGB value is (240,147,84). Sum of RGB (Red+Green+Blue) = 240+147+84=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F09354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09354 is #0F6CAB. Grayscale: #A7A7A7. Windows color (decimal): -1010860 or 5542896. OLE color: 5542896.
HSL color Cylindrical-coordinate representation of color #F09354: hue angle of 24.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09354 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 84 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.06 |
| HSL | 24.23º | 0.84% | 0.64% | - |
| HSV(B) | 24.23º | 0.65% | 0.94% | - |
| XYZ | 47.97 | 40.03 | 13.59 | - |
| YUV | 167.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 84 | 0 | 0.39 | 0.65 | 0.06 | 24.23 | 0.84 | 0.64 |
| Hex | F0 | 93 | 54 | 0 | 27 | 41 | 6 | 18 | 54 | 40 |
| Octal | 360 | 223 | 124 | 0 | 47 | 101 | 6 | 30 | 124 | 100 |
| Binary | 11110000 | 10010011 | 1010100 | 0 | 100111 | 1000001 | 110 | 11000 | 1010100 | 1000000 |
Color Harmonies of #F09354
Complementary color
Monochromatic Colors of #F09354
Black with #F09354
Text Example
Text Example
White with #F09354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09354; }
p { color: rgb(240,147,84); }
H1.HeaderClassName
{
color: #F09354;
}
.AnyTagClassName
{
color: #F09354;
}
</style>
background-color css
<style>
a { background-color: #F09354; }
a { background-color: rgb(240,147,84); }
div.DivClassName
{
background-color: #F09354;
}
.BgClassName
{
background-color: #F09354;
}
</style>
border-color css
<style>
span { border-color: #F09354; }
span { border-color: rgb(240,147,84); }
td.TdClassName
{
border-color: #F09354;
}
.TagClassName
{
border-color: #F09354;
}
</style>