Shades of Sea Buckthorn #F28D4A
Tints of Sea Buckthorn #F28D4A
RGB
CMYK
RGB Variations
Color information
#F28D4A (or 0xF28D4A) is known color: Sea Buckthorn. HEX triplet: F2, 8D and 4A. RGB value is (242,141,74). Sum of RGB (Red+Green+Blue) = 242+141+74=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28D4A is #0D72B5. Grayscale: #A3A3A3. Windows color (decimal): -881334 or 4886002. OLE color: 4886002.
HSL color Cylindrical-coordinate representation of color #F28D4A: hue angle of 23.93º degrees, saturation: 0.87, 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 #F28D4A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 74 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.05 |
| HSL | 23.93º | 0.87% | 0.62% | - |
| HSV(B) | 23.93º | 0.69% | 0.95% | - |
| XYZ | 47.38 | 38.42 | 11.4 | - |
| YUV | 163.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 74 | 0 | 0.42 | 0.69 | 0.05 | 23.93 | 0.87 | 0.62 |
| Hex | F2 | 8D | 4A | 0 | 2A | 45 | 5 | 18 | 57 | 3E |
| Octal | 362 | 215 | 112 | 0 | 52 | 105 | 5 | 30 | 127 | 76 |
| Binary | 11110010 | 10001101 | 1001010 | 0 | 101010 | 1000101 | 101 | 11000 | 1010111 | 111110 |
Color Harmonies of #F28D4A
Complementary color
Monochromatic Colors of #F28D4A
Black with #F28D4A
Text Example
Text Example
White with #F28D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D4A; }
p { color: rgb(242,141,74); }
H1.HeaderClassName
{
color: #F28D4A;
}
.AnyTagClassName
{
color: #F28D4A;
}
</style>
background-color css
<style>
a { background-color: #F28D4A; }
a { background-color: rgb(242,141,74); }
div.DivClassName
{
background-color: #F28D4A;
}
.BgClassName
{
background-color: #F28D4A;
}
</style>
border-color css
<style>
span { border-color: #F28D4A; }
span { border-color: rgb(242,141,74); }
td.TdClassName
{
border-color: #F28D4A;
}
.TagClassName
{
border-color: #F28D4A;
}
</style>