Shades of Sea Buckthorn #F28D4C
Tints of Sea Buckthorn #F28D4C
RGB
CMYK
RGB Variations
Color information
#F28D4C (or 0xF28D4C) is known color: Sea Buckthorn. HEX triplet: F2, 8D and 4C. RGB value is (242,141,76). Sum of RGB (Red+Green+Blue) = 242+141+76=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D4C is #0D72B3. Grayscale: #A4A4A4. Windows color (decimal): -881332 or 5017074. OLE color: 5017074.
HSL color Cylindrical-coordinate representation of color #F28D4C: hue angle of 23.49º 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 #F28D4C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 76 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.05 |
| HSL | 23.49º | 0.86% | 0.62% | - |
| HSV(B) | 23.49º | 0.69% | 0.95% | - |
| XYZ | 47.45 | 38.45 | 11.76 | - |
| YUV | 163.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 76 | 0 | 0.42 | 0.69 | 0.05 | 23.49 | 0.86 | 0.62 |
| Hex | F2 | 8D | 4C | 0 | 2A | 45 | 5 | 17 | 56 | 3E |
| Octal | 362 | 215 | 114 | 0 | 52 | 105 | 5 | 27 | 126 | 76 |
| Binary | 11110010 | 10001101 | 1001100 | 0 | 101010 | 1000101 | 101 | 10111 | 1010110 | 111110 |
Color Harmonies of #F28D4C
Complementary color
Monochromatic Colors of #F28D4C
Black with #F28D4C
Text Example
Text Example
White with #F28D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D4C; }
p { color: rgb(242,141,76); }
H1.HeaderClassName
{
color: #F28D4C;
}
.AnyTagClassName
{
color: #F28D4C;
}
</style>
background-color css
<style>
a { background-color: #F28D4C; }
a { background-color: rgb(242,141,76); }
div.DivClassName
{
background-color: #F28D4C;
}
.BgClassName
{
background-color: #F28D4C;
}
</style>
border-color css
<style>
span { border-color: #F28D4C; }
span { border-color: rgb(242,141,76); }
td.TdClassName
{
border-color: #F28D4C;
}
.TagClassName
{
border-color: #F28D4C;
}
</style>