Shades of Sea Buckthorn #F29345
Tints of Sea Buckthorn #F29345
RGB
CMYK
RGB Variations
Color information
#F29345 (or 0xF29345) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 45. RGB value is (242,147,69). Sum of RGB (Red+Green+Blue) = 242+147+69=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F29345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29345 is #0D6CBA. Grayscale: #A6A6A6. Windows color (decimal): -879803 or 4559858. OLE color: 4559858.
HSL color Cylindrical-coordinate representation of color #F29345: hue angle of 27.05º 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 #F29345 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 69 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.05 |
| HSL | 27.05º | 0.87% | 0.61% | - |
| HSV(B) | 27.05º | 0.71% | 0.95% | - |
| XYZ | 48.13 | 40.17 | 10.85 | - |
| YUV | 166.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 69 | 0 | 0.39 | 0.71 | 0.05 | 27.05 | 0.87 | 0.61 |
| Hex | F2 | 93 | 45 | 0 | 27 | 47 | 5 | 1B | 57 | 3D |
| Octal | 362 | 223 | 105 | 0 | 47 | 107 | 5 | 33 | 127 | 75 |
| Binary | 11110010 | 10010011 | 1000101 | 0 | 100111 | 1000111 | 101 | 11011 | 1010111 | 111101 |
Color Harmonies of #F29345
Complementary color
Monochromatic Colors of #F29345
Black with #F29345
Text Example
Text Example
White with #F29345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29345; }
p { color: rgb(242,147,69); }
H1.HeaderClassName
{
color: #F29345;
}
.AnyTagClassName
{
color: #F29345;
}
</style>
background-color css
<style>
a { background-color: #F29345; }
a { background-color: rgb(242,147,69); }
div.DivClassName
{
background-color: #F29345;
}
.BgClassName
{
background-color: #F29345;
}
</style>
border-color css
<style>
span { border-color: #F29345; }
span { border-color: rgb(242,147,69); }
td.TdClassName
{
border-color: #F29345;
}
.TagClassName
{
border-color: #F29345;
}
</style>