Shades of Sea Buckthorn #F18F45
Tints of Sea Buckthorn #F18F45
RGB
CMYK
RGB Variations
Color information
#F18F45 (or 0xF18F45) is known color: Sea Buckthorn. HEX triplet: F1, 8F and 45. RGB value is (241,143,69). Sum of RGB (Red+Green+Blue) = 241+143+69=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F45 is #0E70BA. Grayscale: #A4A4A4. Windows color (decimal): -946363 or 4558833. OLE color: 4558833.
HSL color Cylindrical-coordinate representation of color #F18F45: hue angle of 25.81º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F18F45 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 69 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.05 |
| HSL | 25.81º | 0.86% | 0.61% | - |
| HSV(B) | 25.81º | 0.71% | 0.95% | - |
| XYZ | 47.17 | 38.78 | 10.63 | - |
| YUV | 163.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 69 | 0 | 0.41 | 0.71 | 0.05 | 25.81 | 0.86 | 0.61 |
| Hex | F1 | 8F | 45 | 0 | 29 | 47 | 5 | 1A | 56 | 3D |
| Octal | 361 | 217 | 105 | 0 | 51 | 107 | 5 | 32 | 126 | 75 |
| Binary | 11110001 | 10001111 | 1000101 | 0 | 101001 | 1000111 | 101 | 11010 | 1010110 | 111101 |
Color Harmonies of #F18F45
Complementary color
Monochromatic Colors of #F18F45
Black with #F18F45
Text Example
Text Example
White with #F18F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F45; }
p { color: rgb(241,143,69); }
H1.HeaderClassName
{
color: #F18F45;
}
.AnyTagClassName
{
color: #F18F45;
}
</style>
background-color css
<style>
a { background-color: #F18F45; }
a { background-color: rgb(241,143,69); }
div.DivClassName
{
background-color: #F18F45;
}
.BgClassName
{
background-color: #F18F45;
}
</style>
border-color css
<style>
span { border-color: #F18F45; }
span { border-color: rgb(241,143,69); }
td.TdClassName
{
border-color: #F18F45;
}
.TagClassName
{
border-color: #F18F45;
}
</style>