Shades of Sea Buckthorn #F29240
Tints of Sea Buckthorn #F29240
RGB
CMYK
RGB Variations
Color information
#F29240 (or 0xF29240) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 40. RGB value is (242,146,64). Sum of RGB (Red+Green+Blue) = 242+146+64=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F29240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29240 is #0D6DBF. Grayscale: #A5A5A5. Windows color (decimal): -880064 or 4231922. OLE color: 4231922.
HSL color Cylindrical-coordinate representation of color #F29240: hue angle of 27.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F29240 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 64 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.05 |
| HSL | 27.64º | 0.87% | 0.6% | - |
| HSV(B) | 27.64º | 0.74% | 0.95% | - |
| XYZ | 47.82 | 39.81 | 10.01 | - |
| YUV | 165.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 64 | 0 | 0.40 | 0.74 | 0.05 | 27.64 | 0.87 | 0.6 |
| Hex | F2 | 92 | 40 | 0 | 28 | 4A | 5 | 1C | 57 | 3C |
| Octal | 362 | 222 | 100 | 0 | 50 | 112 | 5 | 34 | 127 | 74 |
| Binary | 11110010 | 10010010 | 1000000 | 0 | 101000 | 1001010 | 101 | 11100 | 1010111 | 111100 |
Color Harmonies of #F29240
Complementary color
Monochromatic Colors of #F29240
Black with #F29240
Text Example
Text Example
White with #F29240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29240; }
p { color: rgb(242,146,64); }
H1.HeaderClassName
{
color: #F29240;
}
.AnyTagClassName
{
color: #F29240;
}
</style>
background-color css
<style>
a { background-color: #F29240; }
a { background-color: rgb(242,146,64); }
div.DivClassName
{
background-color: #F29240;
}
.BgClassName
{
background-color: #F29240;
}
</style>
border-color css
<style>
span { border-color: #F29240; }
span { border-color: rgb(242,146,64); }
td.TdClassName
{
border-color: #F29240;
}
.TagClassName
{
border-color: #F29240;
}
</style>