Shades of Sea Buckthorn #FC8C45
Tints of Sea Buckthorn #FC8C45
RGB
CMYK
RGB Variations
Color information
#FC8C45 (or 0xFC8C45) is known color: Sea Buckthorn. HEX triplet: FC, 8C and 45. RGB value is (252,140,69). Sum of RGB (Red+Green+Blue) = 252+140+69=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C45 is #0373BA. Grayscale: #A5A5A5. Windows color (decimal): -226235 or 4558076. OLE color: 4558076.
HSL color Cylindrical-coordinate representation of color #FC8C45: hue angle of 23.28º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC8C45 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 69 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.01 |
| HSL | 23.28º | 0.97% | 0.63% | - |
| HSV(B) | 23.28º | 0.73% | 0.99% | - |
| XYZ | 50.6 | 39.88 | 10.66 | - |
| YUV | 165.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 69 | 0 | 0.44 | 0.73 | 0.01 | 23.28 | 0.97 | 0.63 |
| Hex | FC | 8C | 45 | 0 | 2C | 49 | 1 | 17 | 61 | 3F |
| Octal | 374 | 214 | 105 | 0 | 54 | 111 | 1 | 27 | 141 | 77 |
| Binary | 11111100 | 10001100 | 1000101 | 0 | 101100 | 1001001 | 1 | 10111 | 1100001 | 111111 |
Color Harmonies of #FC8C45
Complementary color
Monochromatic Colors of #FC8C45
Black with #FC8C45
Text Example
Text Example
White with #FC8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C45; }
p { color: rgb(252,140,69); }
H1.HeaderClassName
{
color: #FC8C45;
}
.AnyTagClassName
{
color: #FC8C45;
}
</style>
background-color css
<style>
a { background-color: #FC8C45; }
a { background-color: rgb(252,140,69); }
div.DivClassName
{
background-color: #FC8C45;
}
.BgClassName
{
background-color: #FC8C45;
}
</style>
border-color css
<style>
span { border-color: #FC8C45; }
span { border-color: rgb(252,140,69); }
td.TdClassName
{
border-color: #FC8C45;
}
.TagClassName
{
border-color: #FC8C45;
}
</style>