Shades of Sea Buckthorn #F5924B
Tints of Sea Buckthorn #F5924B
RGB
CMYK
RGB Variations
Color information
#F5924B (or 0xF5924B) is known color: Sea Buckthorn. HEX triplet: F5, 92 and 4B. RGB value is (245,146,75). Sum of RGB (Red+Green+Blue) = 245+146+75=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5924B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5924B is #0A6DB4. Grayscale: #A7A7A7. Windows color (decimal): -683445 or 4952821. OLE color: 4952821.
HSL color Cylindrical-coordinate representation of color #F5924B: hue angle of 25.06º 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 #F5924B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 75 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.04 |
| HSL | 25.06º | 0.89% | 0.63% | - |
| HSV(B) | 25.06º | 0.69% | 0.96% | - |
| XYZ | 49.21 | 40.48 | 11.88 | - |
| YUV | 167.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 75 | 0 | 0.40 | 0.69 | 0.04 | 25.06 | 0.89 | 0.63 |
| Hex | F5 | 92 | 4B | 0 | 28 | 45 | 4 | 19 | 59 | 3F |
| Octal | 365 | 222 | 113 | 0 | 50 | 105 | 4 | 31 | 131 | 77 |
| Binary | 11110101 | 10010010 | 1001011 | 0 | 101000 | 1000101 | 100 | 11001 | 1011001 | 111111 |
Color Harmonies of #F5924B
Complementary color
Monochromatic Colors of #F5924B
Black with #F5924B
Text Example
Text Example
White with #F5924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5924B; }
p { color: rgb(245,146,75); }
H1.HeaderClassName
{
color: #F5924B;
}
.AnyTagClassName
{
color: #F5924B;
}
</style>
background-color css
<style>
a { background-color: #F5924B; }
a { background-color: rgb(245,146,75); }
div.DivClassName
{
background-color: #F5924B;
}
.BgClassName
{
background-color: #F5924B;
}
</style>
border-color css
<style>
span { border-color: #F5924B; }
span { border-color: rgb(245,146,75); }
td.TdClassName
{
border-color: #F5924B;
}
.TagClassName
{
border-color: #F5924B;
}
</style>