Shades of Sea Buckthorn #F09D4F
Tints of Sea Buckthorn #F09D4F
RGB
CMYK
RGB Variations
Color information
#F09D4F (or 0xF09D4F) is known color: Sea Buckthorn. HEX triplet: F0, 9D and 4F. RGB value is (240,157,79). Sum of RGB (Red+Green+Blue) = 240+157+79=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D4F is #0F62B0. Grayscale: #ADADAD. Windows color (decimal): -1008305 or 5217776. OLE color: 5217776.
HSL color Cylindrical-coordinate representation of color #F09D4F: hue angle of 29.07º 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 #F09D4F is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 79 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.06 |
| HSL | 29.07º | 0.84% | 0.63% | - |
| HSV(B) | 29.07º | 0.67% | 0.94% | - |
| XYZ | 49.4 | 43.2 | 13.13 | - |
| YUV | 172.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 79 | 0 | 0.35 | 0.67 | 0.06 | 29.07 | 0.84 | 0.63 |
| Hex | F0 | 9D | 4F | 0 | 23 | 43 | 6 | 1D | 54 | 3F |
| Octal | 360 | 235 | 117 | 0 | 43 | 103 | 6 | 35 | 124 | 77 |
| Binary | 11110000 | 10011101 | 1001111 | 0 | 100011 | 1000011 | 110 | 11101 | 1010100 | 111111 |
Color Harmonies of #F09D4F
Complementary color
Monochromatic Colors of #F09D4F
Black with #F09D4F
Text Example
Text Example
White with #F09D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D4F; }
p { color: rgb(240,157,79); }
H1.HeaderClassName
{
color: #F09D4F;
}
.AnyTagClassName
{
color: #F09D4F;
}
</style>
background-color css
<style>
a { background-color: #F09D4F; }
a { background-color: rgb(240,157,79); }
div.DivClassName
{
background-color: #F09D4F;
}
.BgClassName
{
background-color: #F09D4F;
}
</style>
border-color css
<style>
span { border-color: #F09D4F; }
span { border-color: rgb(240,157,79); }
td.TdClassName
{
border-color: #F09D4F;
}
.TagClassName
{
border-color: #F09D4F;
}
</style>