Shades of Bittersweet #FC7C5E
Tints of Bittersweet #FC7C5E
RGB
CMYK
RGB Variations
Color information
#FC7C5E (or 0xFC7C5E) is known color: Bittersweet. HEX triplet: FC, 7C and 5E. RGB value is (252,124,94). Sum of RGB (Red+Green+Blue) = 252+124+94=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C5E is #0383A1. Grayscale: #9F9F9F. Windows color (decimal): -230306 or 6192380. OLE color: 6192380.
HSL color Cylindrical-coordinate representation of color #FC7C5E: hue angle of 11.39º 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 #FC7C5E is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 94 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.01 |
| HSL | 11.39º | 0.96% | 0.68% | - |
| HSV(B) | 11.39º | 0.63% | 0.99% | - |
| XYZ | 49.37 | 35.92 | 14.92 | - |
| YUV | 158.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 94 | 0 | 0.51 | 0.63 | 0.01 | 11.39 | 0.96 | 0.68 |
| Hex | FC | 7C | 5E | 0 | 33 | 3F | 1 | B | 60 | 44 |
| Octal | 374 | 174 | 136 | 0 | 63 | 77 | 1 | 13 | 140 | 104 |
| Binary | 11111100 | 1111100 | 1011110 | 0 | 110011 | 111111 | 1 | 1011 | 1100000 | 1000100 |
Color Harmonies of #FC7C5E
Complementary color
Monochromatic Colors of #FC7C5E
Black with #FC7C5E
Text Example
Text Example
White with #FC7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C5E; }
p { color: rgb(252,124,94); }
H1.HeaderClassName
{
color: #FC7C5E;
}
.AnyTagClassName
{
color: #FC7C5E;
}
</style>
background-color css
<style>
a { background-color: #FC7C5E; }
a { background-color: rgb(252,124,94); }
div.DivClassName
{
background-color: #FC7C5E;
}
.BgClassName
{
background-color: #FC7C5E;
}
</style>
border-color css
<style>
span { border-color: #FC7C5E; }
span { border-color: rgb(252,124,94); }
td.TdClassName
{
border-color: #FC7C5E;
}
.TagClassName
{
border-color: #FC7C5E;
}
</style>