Shades of Sea Buckthorn #F29541
Tints of Sea Buckthorn #F29541
RGB
CMYK
RGB Variations
Color information
#F29541 (or 0xF29541) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 41. RGB value is (242,149,65). Sum of RGB (Red+Green+Blue) = 242+149+65=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F29541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29541 is #0D6ABE. Grayscale: #A7A7A7. Windows color (decimal): -879295 or 4298226. OLE color: 4298226.
HSL color Cylindrical-coordinate representation of color #F29541: hue angle of 28.47º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F29541 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 65 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.05 |
| HSL | 28.47º | 0.87% | 0.6% | - |
| HSV(B) | 28.47º | 0.73% | 0.95% | - |
| XYZ | 48.32 | 40.75 | 10.32 | - |
| YUV | 167.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 65 | 0 | 0.38 | 0.73 | 0.05 | 28.47 | 0.87 | 0.6 |
| Hex | F2 | 95 | 41 | 0 | 26 | 49 | 5 | 1C | 57 | 3C |
| Octal | 362 | 225 | 101 | 0 | 46 | 111 | 5 | 34 | 127 | 74 |
| Binary | 11110010 | 10010101 | 1000001 | 0 | 100110 | 1001001 | 101 | 11100 | 1010111 | 111100 |
Color Harmonies of #F29541
Complementary color
Monochromatic Colors of #F29541
Black with #F29541
Text Example
Text Example
White with #F29541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29541; }
p { color: rgb(242,149,65); }
H1.HeaderClassName
{
color: #F29541;
}
.AnyTagClassName
{
color: #F29541;
}
</style>
background-color css
<style>
a { background-color: #F29541; }
a { background-color: rgb(242,149,65); }
div.DivClassName
{
background-color: #F29541;
}
.BgClassName
{
background-color: #F29541;
}
</style>
border-color css
<style>
span { border-color: #F29541; }
span { border-color: rgb(242,149,65); }
td.TdClassName
{
border-color: #F29541;
}
.TagClassName
{
border-color: #F29541;
}
</style>