Shades of Sea Buckthorn #F2904D
Tints of Sea Buckthorn #F2904D
RGB
CMYK
RGB Variations
Color information
#F2904D (or 0xF2904D) is known color: Sea Buckthorn. HEX triplet: F2, 90 and 4D. RGB value is (242,144,77). Sum of RGB (Red+Green+Blue) = 242+144+77=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2904D is #0D6FB2. Grayscale: #A6A6A6. Windows color (decimal): -880563 or 5083378. OLE color: 5083378.
HSL color Cylindrical-coordinate representation of color #F2904D: hue angle of 24.36º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2904D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 77 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.05 |
| HSL | 24.36º | 0.86% | 0.63% | - |
| HSV(B) | 24.36º | 0.68% | 0.95% | - |
| XYZ | 47.93 | 39.36 | 12.09 | - |
| YUV | 165.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 77 | 0 | 0.40 | 0.68 | 0.05 | 24.36 | 0.86 | 0.63 |
| Hex | F2 | 90 | 4D | 0 | 28 | 44 | 5 | 18 | 56 | 3F |
| Octal | 362 | 220 | 115 | 0 | 50 | 104 | 5 | 30 | 126 | 77 |
| Binary | 11110010 | 10010000 | 1001101 | 0 | 101000 | 1000100 | 101 | 11000 | 1010110 | 111111 |
Color Harmonies of #F2904D
Complementary color
Monochromatic Colors of #F2904D
Black with #F2904D
Text Example
Text Example
White with #F2904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2904D; }
p { color: rgb(242,144,77); }
H1.HeaderClassName
{
color: #F2904D;
}
.AnyTagClassName
{
color: #F2904D;
}
</style>
background-color css
<style>
a { background-color: #F2904D; }
a { background-color: rgb(242,144,77); }
div.DivClassName
{
background-color: #F2904D;
}
.BgClassName
{
background-color: #F2904D;
}
</style>
border-color css
<style>
span { border-color: #F2904D; }
span { border-color: rgb(242,144,77); }
td.TdClassName
{
border-color: #F2904D;
}
.TagClassName
{
border-color: #F2904D;
}
</style>