Shades of Sea Buckthorn #F08F4B
Tints of Sea Buckthorn #F08F4B
RGB
CMYK
RGB Variations
Color information
#F08F4B (or 0xF08F4B) is known color: Sea Buckthorn. HEX triplet: F0, 8F and 4B. RGB value is (240,143,75). Sum of RGB (Red+Green+Blue) = 240+143+75=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08F4B is #0F70B4. Grayscale: #A4A4A4. Windows color (decimal): -1011893 or 4952048. OLE color: 4952048.
HSL color Cylindrical-coordinate representation of color #F08F4B: hue angle of 24.73º 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 #F08F4B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 75 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.06 |
| HSL | 24.73º | 0.85% | 0.62% | - |
| HSV(B) | 24.73º | 0.69% | 0.94% | - |
| XYZ | 47.03 | 38.68 | 11.64 | - |
| YUV | 164.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 75 | 0 | 0.40 | 0.69 | 0.06 | 24.73 | 0.85 | 0.62 |
| Hex | F0 | 8F | 4B | 0 | 28 | 45 | 6 | 19 | 55 | 3E |
| Octal | 360 | 217 | 113 | 0 | 50 | 105 | 6 | 31 | 125 | 76 |
| Binary | 11110000 | 10001111 | 1001011 | 0 | 101000 | 1000101 | 110 | 11001 | 1010101 | 111110 |
Color Harmonies of #F08F4B
Complementary color
Monochromatic Colors of #F08F4B
Black with #F08F4B
Text Example
Text Example
White with #F08F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F4B; }
p { color: rgb(240,143,75); }
H1.HeaderClassName
{
color: #F08F4B;
}
.AnyTagClassName
{
color: #F08F4B;
}
</style>
background-color css
<style>
a { background-color: #F08F4B; }
a { background-color: rgb(240,143,75); }
div.DivClassName
{
background-color: #F08F4B;
}
.BgClassName
{
background-color: #F08F4B;
}
</style>
border-color css
<style>
span { border-color: #F08F4B; }
span { border-color: rgb(240,143,75); }
td.TdClassName
{
border-color: #F08F4B;
}
.TagClassName
{
border-color: #F08F4B;
}
</style>