Shades of Sea Buckthorn #F58D4B
Tints of Sea Buckthorn #F58D4B
RGB
CMYK
RGB Variations
Color information
#F58D4B (or 0xF58D4B) is known color: Sea Buckthorn. HEX triplet: F5, 8D and 4B. RGB value is (245,141,75). Sum of RGB (Red+Green+Blue) = 245+141+75=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58D4B is #0A72B4. Grayscale: #A4A4A4. Windows color (decimal): -684725 or 4951541. OLE color: 4951541.
HSL color Cylindrical-coordinate representation of color #F58D4B: hue angle of 23.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F58D4B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 75 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.04 |
| HSL | 23.29º | 0.89% | 0.63% | - |
| HSV(B) | 23.29º | 0.69% | 0.96% | - |
| XYZ | 48.45 | 38.97 | 11.62 | - |
| YUV | 164.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 75 | 0 | 0.42 | 0.69 | 0.04 | 23.29 | 0.89 | 0.63 |
| Hex | F5 | 8D | 4B | 0 | 2A | 45 | 4 | 17 | 59 | 3F |
| Octal | 365 | 215 | 113 | 0 | 52 | 105 | 4 | 27 | 131 | 77 |
| Binary | 11110101 | 10001101 | 1001011 | 0 | 101010 | 1000101 | 100 | 10111 | 1011001 | 111111 |
Color Harmonies of #F58D4B
Complementary color
Monochromatic Colors of #F58D4B
Black with #F58D4B
Text Example
Text Example
White with #F58D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D4B; }
p { color: rgb(245,141,75); }
H1.HeaderClassName
{
color: #F58D4B;
}
.AnyTagClassName
{
color: #F58D4B;
}
</style>
background-color css
<style>
a { background-color: #F58D4B; }
a { background-color: rgb(245,141,75); }
div.DivClassName
{
background-color: #F58D4B;
}
.BgClassName
{
background-color: #F58D4B;
}
</style>
border-color css
<style>
span { border-color: #F58D4B; }
span { border-color: rgb(245,141,75); }
td.TdClassName
{
border-color: #F58D4B;
}
.TagClassName
{
border-color: #F58D4B;
}
</style>