Shades of Sea Buckthorn #F5934B
Tints of Sea Buckthorn #F5934B
RGB
CMYK
RGB Variations
Color information
#F5934B (or 0xF5934B) is known color: Sea Buckthorn. HEX triplet: F5, 93 and 4B. RGB value is (245,147,75). Sum of RGB (Red+Green+Blue) = 245+147+75=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5934B is #0A6CB4. Grayscale: #A8A8A8. Windows color (decimal): -683189 or 4953077. OLE color: 4953077.
HSL color Cylindrical-coordinate representation of color #F5934B: hue angle of 25.41º 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 #F5934B is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 75 | - |
| CMYK | 0 | 0.4 | 0.69 | 0.04 |
| HSL | 25.41º | 0.89% | 0.63% | - |
| HSV(B) | 25.41º | 0.69% | 0.96% | - |
| XYZ | 49.36 | 40.79 | 11.93 | - |
| YUV | 168.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 75 | 0 | 0.4 | 0.69 | 0.04 | 25.41 | 0.89 | 0.63 |
| Hex | F5 | 93 | 4B | 0 | 28 | 45 | 4 | 19 | 59 | 3F |
| Octal | 365 | 223 | 113 | 0 | 50 | 105 | 4 | 31 | 131 | 77 |
| Binary | 11110101 | 10010011 | 1001011 | 0 | 101000 | 1000101 | 100 | 11001 | 1011001 | 111111 |
Color Harmonies of #F5934B
Complementary color
Monochromatic Colors of #F5934B
Black with #F5934B
Text Example
Text Example
White with #F5934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5934B; }
p { color: rgb(245,147,75); }
H1.HeaderClassName
{
color: #F5934B;
}
.AnyTagClassName
{
color: #F5934B;
}
</style>
background-color css
<style>
a { background-color: #F5934B; }
a { background-color: rgb(245,147,75); }
div.DivClassName
{
background-color: #F5934B;
}
.BgClassName
{
background-color: #F5934B;
}
</style>
border-color css
<style>
span { border-color: #F5934B; }
span { border-color: rgb(245,147,75); }
td.TdClassName
{
border-color: #F5934B;
}
.TagClassName
{
border-color: #F5934B;
}
</style>