Shades of Sea Buckthorn #F29045
Tints of Sea Buckthorn #F29045
RGB
CMYK
RGB Variations
Color information
#F29045 (or 0xF29045) is known color: Sea Buckthorn. HEX triplet: F2, 90 and 45. RGB value is (242,144,69). Sum of RGB (Red+Green+Blue) = 242+144+69=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F29045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29045 is #0D6FBA. Grayscale: #A5A5A5. Windows color (decimal): -880571 or 4559090. OLE color: 4559090.
HSL color Cylindrical-coordinate representation of color #F29045: hue angle of 26.01º 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 #F29045 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 69 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.05 |
| HSL | 26.01º | 0.87% | 0.61% | - |
| HSV(B) | 26.01º | 0.71% | 0.95% | - |
| XYZ | 47.67 | 39.25 | 10.69 | - |
| YUV | 164.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 69 | 0 | 0.40 | 0.71 | 0.05 | 26.01 | 0.87 | 0.61 |
| Hex | F2 | 90 | 45 | 0 | 28 | 47 | 5 | 1A | 57 | 3D |
| Octal | 362 | 220 | 105 | 0 | 50 | 107 | 5 | 32 | 127 | 75 |
| Binary | 11110010 | 10010000 | 1000101 | 0 | 101000 | 1000111 | 101 | 11010 | 1010111 | 111101 |
Color Harmonies of #F29045
Complementary color
Monochromatic Colors of #F29045
Black with #F29045
Text Example
Text Example
White with #F29045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29045; }
p { color: rgb(242,144,69); }
H1.HeaderClassName
{
color: #F29045;
}
.AnyTagClassName
{
color: #F29045;
}
</style>
background-color css
<style>
a { background-color: #F29045; }
a { background-color: rgb(242,144,69); }
div.DivClassName
{
background-color: #F29045;
}
.BgClassName
{
background-color: #F29045;
}
</style>
border-color css
<style>
span { border-color: #F29045; }
span { border-color: rgb(242,144,69); }
td.TdClassName
{
border-color: #F29045;
}
.TagClassName
{
border-color: #F29045;
}
</style>