Shades of Sea Buckthorn #F2904C
Tints of Sea Buckthorn #F2904C
RGB
CMYK
RGB Variations
Color information
#F2904C (or 0xF2904C) is known color: Sea Buckthorn. HEX triplet: F2, 90 and 4C. RGB value is (242,144,76). Sum of RGB (Red+Green+Blue) = 242+144+76=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2904C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2904C is #0D6FB3. Grayscale: #A5A5A5. Windows color (decimal): -880564 or 5017842. OLE color: 5017842.
HSL color Cylindrical-coordinate representation of color #F2904C: hue angle of 24.58º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2904C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 76 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.05 |
| HSL | 24.58º | 0.86% | 0.62% | - |
| HSV(B) | 24.58º | 0.69% | 0.95% | - |
| XYZ | 47.9 | 39.35 | 11.91 | - |
| YUV | 165.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 76 | 0 | 0.40 | 0.69 | 0.05 | 24.58 | 0.86 | 0.62 |
| Hex | F2 | 90 | 4C | 0 | 28 | 45 | 5 | 19 | 56 | 3E |
| Octal | 362 | 220 | 114 | 0 | 50 | 105 | 5 | 31 | 126 | 76 |
| Binary | 11110010 | 10010000 | 1001100 | 0 | 101000 | 1000101 | 101 | 11001 | 1010110 | 111110 |
Color Harmonies of #F2904C
Complementary color
Monochromatic Colors of #F2904C
Black with #F2904C
Text Example
Text Example
White with #F2904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2904C; }
p { color: rgb(242,144,76); }
H1.HeaderClassName
{
color: #F2904C;
}
.AnyTagClassName
{
color: #F2904C;
}
</style>
background-color css
<style>
a { background-color: #F2904C; }
a { background-color: rgb(242,144,76); }
div.DivClassName
{
background-color: #F2904C;
}
.BgClassName
{
background-color: #F2904C;
}
</style>
border-color css
<style>
span { border-color: #F2904C; }
span { border-color: rgb(242,144,76); }
td.TdClassName
{
border-color: #F2904C;
}
.TagClassName
{
border-color: #F2904C;
}
</style>