Shades of Sea Buckthorn #F09D4A
Tints of Sea Buckthorn #F09D4A
RGB
CMYK
RGB Variations
Color information
#F09D4A (or 0xF09D4A) is known color: Sea Buckthorn. HEX triplet: F0, 9D and 4A. RGB value is (240,157,74). Sum of RGB (Red+Green+Blue) = 240+157+74=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D4A is #0F62B5. Grayscale: #ACACAC. Windows color (decimal): -1008310 or 4890096. OLE color: 4890096.
HSL color Cylindrical-coordinate representation of color #F09D4A: hue angle of 30º 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 #F09D4A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 74 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.06 |
| HSL | 30º | 0.85% | 0.62% | - |
| HSV(B) | 30º | 0.69% | 0.94% | - |
| XYZ | 49.23 | 43.13 | 12.21 | - |
| YUV | 172.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 74 | 0 | 0.35 | 0.69 | 0.06 | 30 | 0.85 | 0.62 |
| Hex | F0 | 9D | 4A | 0 | 23 | 45 | 6 | 1E | 55 | 3E |
| Octal | 360 | 235 | 112 | 0 | 43 | 105 | 6 | 36 | 125 | 76 |
| Binary | 11110000 | 10011101 | 1001010 | 0 | 100011 | 1000101 | 110 | 11110 | 1010101 | 111110 |
Color Harmonies of #F09D4A
Complementary color
Monochromatic Colors of #F09D4A
Black with #F09D4A
Text Example
Text Example
White with #F09D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D4A; }
p { color: rgb(240,157,74); }
H1.HeaderClassName
{
color: #F09D4A;
}
.AnyTagClassName
{
color: #F09D4A;
}
</style>
background-color css
<style>
a { background-color: #F09D4A; }
a { background-color: rgb(240,157,74); }
div.DivClassName
{
background-color: #F09D4A;
}
.BgClassName
{
background-color: #F09D4A;
}
</style>
border-color css
<style>
span { border-color: #F09D4A; }
span { border-color: rgb(240,157,74); }
td.TdClassName
{
border-color: #F09D4A;
}
.TagClassName
{
border-color: #F09D4A;
}
</style>