Shades of Sea Buckthorn #FC8C44
Tints of Sea Buckthorn #FC8C44
RGB
CMYK
RGB Variations
Color information
#FC8C44 (or 0xFC8C44) is known color: Sea Buckthorn. HEX triplet: FC, 8C and 44. RGB value is (252,140,68). Sum of RGB (Red+Green+Blue) = 252+140+68=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C44 is #0373BB. Grayscale: #A5A5A5. Windows color (decimal): -226236 or 4492540. OLE color: 4492540.
HSL color Cylindrical-coordinate representation of color #FC8C44: hue angle of 23.48º 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 #FC8C44 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 68 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.01 |
| HSL | 23.48º | 0.97% | 0.63% | - |
| HSV(B) | 23.48º | 0.73% | 0.99% | - |
| XYZ | 50.57 | 39.87 | 10.5 | - |
| YUV | 165.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 68 | 0 | 0.44 | 0.73 | 0.01 | 23.48 | 0.97 | 0.63 |
| Hex | FC | 8C | 44 | 0 | 2C | 49 | 1 | 17 | 61 | 3F |
| Octal | 374 | 214 | 104 | 0 | 54 | 111 | 1 | 27 | 141 | 77 |
| Binary | 11111100 | 10001100 | 1000100 | 0 | 101100 | 1001001 | 1 | 10111 | 1100001 | 111111 |
Color Harmonies of #FC8C44
Complementary color
Monochromatic Colors of #FC8C44
Black with #FC8C44
Text Example
Text Example
White with #FC8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C44; }
p { color: rgb(252,140,68); }
H1.HeaderClassName
{
color: #FC8C44;
}
.AnyTagClassName
{
color: #FC8C44;
}
</style>
background-color css
<style>
a { background-color: #FC8C44; }
a { background-color: rgb(252,140,68); }
div.DivClassName
{
background-color: #FC8C44;
}
.BgClassName
{
background-color: #FC8C44;
}
</style>
border-color css
<style>
span { border-color: #FC8C44; }
span { border-color: rgb(252,140,68); }
td.TdClassName
{
border-color: #FC8C44;
}
.TagClassName
{
border-color: #FC8C44;
}
</style>