Shades of Sea Buckthorn #F29640
Tints of Sea Buckthorn #F29640
RGB
CMYK
RGB Variations
Color information
#F29640 (or 0xF29640) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 40. RGB value is (242,150,64). Sum of RGB (Red+Green+Blue) = 242+150+64=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F29640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29640 is #0D69BF. Grayscale: #A8A8A8. Windows color (decimal): -879040 or 4232946. OLE color: 4232946.
HSL color Cylindrical-coordinate representation of color #F29640: hue angle of 28.99º 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 #F29640 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 64 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.05 |
| HSL | 28.99º | 0.87% | 0.6% | - |
| HSV(B) | 28.99º | 0.74% | 0.95% | - |
| XYZ | 48.45 | 41.06 | 10.22 | - |
| YUV | 167.7 | 69.48 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 64 | 0 | 0.38 | 0.74 | 0.05 | 28.99 | 0.87 | 0.6 |
| Hex | F2 | 96 | 40 | 0 | 26 | 4A | 5 | 1D | 57 | 3C |
| Octal | 362 | 226 | 100 | 0 | 46 | 112 | 5 | 35 | 127 | 74 |
| Binary | 11110010 | 10010110 | 1000000 | 0 | 100110 | 1001010 | 101 | 11101 | 1010111 | 111100 |
Color Harmonies of #F29640
Complementary color
Monochromatic Colors of #F29640
Black with #F29640
Text Example
Text Example
White with #F29640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29640; }
p { color: rgb(242,150,64); }
H1.HeaderClassName
{
color: #F29640;
}
.AnyTagClassName
{
color: #F29640;
}
</style>
background-color css
<style>
a { background-color: #F29640; }
a { background-color: rgb(242,150,64); }
div.DivClassName
{
background-color: #F29640;
}
.BgClassName
{
background-color: #F29640;
}
</style>
border-color css
<style>
span { border-color: #F29640; }
span { border-color: rgb(242,150,64); }
td.TdClassName
{
border-color: #F29640;
}
.TagClassName
{
border-color: #F29640;
}
</style>