Shades of Sea Buckthorn #FC8D48
Tints of Sea Buckthorn #FC8D48
RGB
CMYK
RGB Variations
Color information
#FC8D48 (or 0xFC8D48) is known color: Sea Buckthorn. HEX triplet: FC, 8D and 48. RGB value is (252,141,72). Sum of RGB (Red+Green+Blue) = 252+141+72=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D48 is #0372B7. Grayscale: #A6A6A6. Windows color (decimal): -225976 or 4754940. OLE color: 4754940.
HSL color Cylindrical-coordinate representation of color #FC8D48: hue angle of 23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC8D48 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 72 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.01 |
| HSL | 23º | 0.97% | 0.64% | - |
| HSV(B) | 23º | 0.71% | 0.99% | - |
| XYZ | 50.84 | 40.21 | 11.21 | - |
| YUV | 166.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 72 | 0 | 0.44 | 0.71 | 0.01 | 23 | 0.97 | 0.64 |
| Hex | FC | 8D | 48 | 0 | 2C | 47 | 1 | 17 | 61 | 40 |
| Octal | 374 | 215 | 110 | 0 | 54 | 107 | 1 | 27 | 141 | 100 |
| Binary | 11111100 | 10001101 | 1001000 | 0 | 101100 | 1000111 | 1 | 10111 | 1100001 | 1000000 |
Color Harmonies of #FC8D48
Complementary color
Monochromatic Colors of #FC8D48
Black with #FC8D48
Text Example
Text Example
White with #FC8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D48; }
p { color: rgb(252,141,72); }
H1.HeaderClassName
{
color: #FC8D48;
}
.AnyTagClassName
{
color: #FC8D48;
}
</style>
background-color css
<style>
a { background-color: #FC8D48; }
a { background-color: rgb(252,141,72); }
div.DivClassName
{
background-color: #FC8D48;
}
.BgClassName
{
background-color: #FC8D48;
}
</style>
border-color css
<style>
span { border-color: #FC8D48; }
span { border-color: rgb(252,141,72); }
td.TdClassName
{
border-color: #FC8D48;
}
.TagClassName
{
border-color: #FC8D48;
}
</style>