Shades of Sea Buckthorn #F1993F
Tints of Sea Buckthorn #F1993F
RGB
CMYK
RGB Variations
Color information
#F1993F (or 0xF1993F) is known color: Sea Buckthorn. HEX triplet: F1, 99 and 3F. RGB value is (241,153,63). Sum of RGB (Red+Green+Blue) = 241+153+63=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1993F is #0E66C0. Grayscale: #A9A9A9. Windows color (decimal): -943809 or 4168177. OLE color: 4168177.
HSL color Cylindrical-coordinate representation of color #F1993F: hue angle of 30.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1993F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 63 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.05 |
| HSL | 30.34º | 0.86% | 0.6% | - |
| HSV(B) | 30.34º | 0.74% | 0.95% | - |
| XYZ | 48.56 | 41.84 | 10.22 | - |
| YUV | 169.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 63 | 0 | 0.37 | 0.74 | 0.05 | 30.34 | 0.86 | 0.6 |
| Hex | F1 | 99 | 3F | 0 | 25 | 4A | 5 | 1E | 56 | 3C |
| Octal | 361 | 231 | 77 | 0 | 45 | 112 | 5 | 36 | 126 | 74 |
| Binary | 11110001 | 10011001 | 111111 | 0 | 100101 | 1001010 | 101 | 11110 | 1010110 | 111100 |
Color Harmonies of #F1993F
Complementary color
Monochromatic Colors of #F1993F
Black with #F1993F
Text Example
Text Example
White with #F1993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1993F; }
p { color: rgb(241,153,63); }
H1.HeaderClassName
{
color: #F1993F;
}
.AnyTagClassName
{
color: #F1993F;
}
</style>
background-color css
<style>
a { background-color: #F1993F; }
a { background-color: rgb(241,153,63); }
div.DivClassName
{
background-color: #F1993F;
}
.BgClassName
{
background-color: #F1993F;
}
</style>
border-color css
<style>
span { border-color: #F1993F; }
span { border-color: rgb(241,153,63); }
td.TdClassName
{
border-color: #F1993F;
}
.TagClassName
{
border-color: #F1993F;
}
</style>