Shades of Sea Buckthorn #F29145
Tints of Sea Buckthorn #F29145
RGB
CMYK
RGB Variations
Color information
#F29145 (or 0xF29145) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 45. RGB value is (242,145,69). Sum of RGB (Red+Green+Blue) = 242+145+69=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F29145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29145 is #0D6EBA. Grayscale: #A5A5A5. Windows color (decimal): -880315 or 4559346. OLE color: 4559346.
HSL color Cylindrical-coordinate representation of color #F29145: hue angle of 26.36º degrees, saturation: 0.87, 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 #F29145 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 69 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.05 |
| HSL | 26.36º | 0.87% | 0.61% | - |
| HSV(B) | 26.36º | 0.71% | 0.95% | - |
| XYZ | 47.82 | 39.56 | 10.75 | - |
| YUV | 165.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 69 | 0 | 0.40 | 0.71 | 0.05 | 26.36 | 0.87 | 0.61 |
| Hex | F2 | 91 | 45 | 0 | 28 | 47 | 5 | 1A | 57 | 3D |
| Octal | 362 | 221 | 105 | 0 | 50 | 107 | 5 | 32 | 127 | 75 |
| Binary | 11110010 | 10010001 | 1000101 | 0 | 101000 | 1000111 | 101 | 11010 | 1010111 | 111101 |
Color Harmonies of #F29145
Complementary color
Monochromatic Colors of #F29145
Black with #F29145
Text Example
Text Example
White with #F29145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29145; }
p { color: rgb(242,145,69); }
H1.HeaderClassName
{
color: #F29145;
}
.AnyTagClassName
{
color: #F29145;
}
</style>
background-color css
<style>
a { background-color: #F29145; }
a { background-color: rgb(242,145,69); }
div.DivClassName
{
background-color: #F29145;
}
.BgClassName
{
background-color: #F29145;
}
</style>
border-color css
<style>
span { border-color: #F29145; }
span { border-color: rgb(242,145,69); }
td.TdClassName
{
border-color: #F29145;
}
.TagClassName
{
border-color: #F29145;
}
</style>