Shades of Sea Buckthorn #F58F41
Tints of Sea Buckthorn #F58F41
RGB
CMYK
RGB Variations
Color information
#F58F41 (or 0xF58F41) is known color: Sea Buckthorn. HEX triplet: F5, 8F and 41. RGB value is (245,143,65). Sum of RGB (Red+Green+Blue) = 245+143+65=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58F41 is #0A70BE. Grayscale: #A5A5A5. Windows color (decimal): -684223 or 4296693. OLE color: 4296693.
HSL color Cylindrical-coordinate representation of color #F58F41: hue angle of 26º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F58F41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.04 |
| HSL | 26º | 0.9% | 0.61% | - |
| HSV(B) | 26º | 0.73% | 0.96% | - |
| XYZ | 48.43 | 39.44 | 10.06 | - |
| YUV | 164.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 65 | 0 | 0.42 | 0.73 | 0.04 | 26 | 0.9 | 0.61 |
| Hex | F5 | 8F | 41 | 0 | 2A | 49 | 4 | 1A | 5A | 3D |
| Octal | 365 | 217 | 101 | 0 | 52 | 111 | 4 | 32 | 132 | 75 |
| Binary | 11110101 | 10001111 | 1000001 | 0 | 101010 | 1001001 | 100 | 11010 | 1011010 | 111101 |
Color Harmonies of #F58F41
Complementary color
Monochromatic Colors of #F58F41
Black with #F58F41
Text Example
Text Example
White with #F58F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F41; }
p { color: rgb(245,143,65); }
H1.HeaderClassName
{
color: #F58F41;
}
.AnyTagClassName
{
color: #F58F41;
}
</style>
background-color css
<style>
a { background-color: #F58F41; }
a { background-color: rgb(245,143,65); }
div.DivClassName
{
background-color: #F58F41;
}
.BgClassName
{
background-color: #F58F41;
}
</style>
border-color css
<style>
span { border-color: #F58F41; }
span { border-color: rgb(245,143,65); }
td.TdClassName
{
border-color: #F58F41;
}
.TagClassName
{
border-color: #F58F41;
}
</style>