Shades of Sea Buckthorn #F99241
Tints of Sea Buckthorn #F99241
RGB
CMYK
RGB Variations
Color information
#F99241 (or 0xF99241) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 41. RGB value is (249,146,65). Sum of RGB (Red+Green+Blue) = 249+146+65=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F99241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99241 is #066DBE. Grayscale: #A7A7A7. Windows color (decimal): -421311 or 4297465. OLE color: 4297465.
HSL color Cylindrical-coordinate representation of color #F99241: hue angle of 26.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F99241 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 65 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.02 |
| HSL | 26.41º | 0.94% | 0.62% | - |
| HSV(B) | 26.41º | 0.74% | 0.98% | - |
| XYZ | 50.3 | 41.08 | 10.28 | - |
| YUV | 167.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 65 | 0 | 0.41 | 0.74 | 0.02 | 26.41 | 0.94 | 0.62 |
| Hex | F9 | 92 | 41 | 0 | 29 | 4A | 2 | 1A | 5E | 3E |
| Octal | 371 | 222 | 101 | 0 | 51 | 112 | 2 | 32 | 136 | 76 |
| Binary | 11111001 | 10010010 | 1000001 | 0 | 101001 | 1001010 | 10 | 11010 | 1011110 | 111110 |
Color Harmonies of #F99241
Complementary color
Monochromatic Colors of #F99241
Black with #F99241
Text Example
Text Example
White with #F99241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99241; }
p { color: rgb(249,146,65); }
H1.HeaderClassName
{
color: #F99241;
}
.AnyTagClassName
{
color: #F99241;
}
</style>
background-color css
<style>
a { background-color: #F99241; }
a { background-color: rgb(249,146,65); }
div.DivClassName
{
background-color: #F99241;
}
.BgClassName
{
background-color: #F99241;
}
</style>
border-color css
<style>
span { border-color: #F99241; }
span { border-color: rgb(249,146,65); }
td.TdClassName
{
border-color: #F99241;
}
.TagClassName
{
border-color: #F99241;
}
</style>