Shades of Bittersweet #FC7A5E
Tints of Bittersweet #FC7A5E
RGB
CMYK
RGB Variations
Color information
#FC7A5E (or 0xFC7A5E) is known color: Bittersweet. HEX triplet: FC, 7A and 5E. RGB value is (252,122,94). Sum of RGB (Red+Green+Blue) = 252+122+94=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A5E is #0385A1. Grayscale: #9D9D9D. Windows color (decimal): -230818 or 6191868. OLE color: 6191868.
HSL color Cylindrical-coordinate representation of color #FC7A5E: hue angle of 10.63º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7A5E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 94 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.01 |
| HSL | 10.63º | 0.96% | 0.68% | - |
| HSV(B) | 10.63º | 0.63% | 0.99% | - |
| XYZ | 49.12 | 35.42 | 14.84 | - |
| YUV | 157.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 94 | 0 | 0.52 | 0.63 | 0.01 | 10.63 | 0.96 | 0.68 |
| Hex | FC | 7A | 5E | 0 | 34 | 3F | 1 | B | 60 | 44 |
| Octal | 374 | 172 | 136 | 0 | 64 | 77 | 1 | 13 | 140 | 104 |
| Binary | 11111100 | 1111010 | 1011110 | 0 | 110100 | 111111 | 1 | 1011 | 1100000 | 1000100 |
Color Harmonies of #FC7A5E
Complementary color
Monochromatic Colors of #FC7A5E
Black with #FC7A5E
Text Example
Text Example
White with #FC7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A5E; }
p { color: rgb(252,122,94); }
H1.HeaderClassName
{
color: #FC7A5E;
}
.AnyTagClassName
{
color: #FC7A5E;
}
</style>
background-color css
<style>
a { background-color: #FC7A5E; }
a { background-color: rgb(252,122,94); }
div.DivClassName
{
background-color: #FC7A5E;
}
.BgClassName
{
background-color: #FC7A5E;
}
</style>
border-color css
<style>
span { border-color: #FC7A5E; }
span { border-color: rgb(252,122,94); }
td.TdClassName
{
border-color: #FC7A5E;
}
.TagClassName
{
border-color: #FC7A5E;
}
</style>