Shades of Bittersweet #FC7B5C
Tints of Bittersweet #FC7B5C
RGB
CMYK
RGB Variations
Color information
#FC7B5C (or 0xFC7B5C) is known color: Bittersweet. HEX triplet: FC, 7B and 5C. RGB value is (252,123,92). Sum of RGB (Red+Green+Blue) = 252+123+92=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B5C is #0384A3. Grayscale: #9E9E9E. Windows color (decimal): -230564 or 6061052. OLE color: 6061052.
HSL color Cylindrical-coordinate representation of color #FC7B5C: hue angle of 11.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC7B5C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 92 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.01 |
| HSL | 11.63º | 0.96% | 0.67% | - |
| HSV(B) | 11.63º | 0.63% | 0.99% | - |
| XYZ | 49.16 | 35.63 | 14.41 | - |
| YUV | 158.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 92 | 0 | 0.51 | 0.63 | 0.01 | 11.63 | 0.96 | 0.67 |
| Hex | FC | 7B | 5C | 0 | 33 | 3F | 1 | C | 60 | 43 |
| Octal | 374 | 173 | 134 | 0 | 63 | 77 | 1 | 14 | 140 | 103 |
| Binary | 11111100 | 1111011 | 1011100 | 0 | 110011 | 111111 | 1 | 1100 | 1100000 | 1000011 |
Color Harmonies of #FC7B5C
Complementary color
Monochromatic Colors of #FC7B5C
Black with #FC7B5C
Text Example
Text Example
White with #FC7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B5C; }
p { color: rgb(252,123,92); }
H1.HeaderClassName
{
color: #FC7B5C;
}
.AnyTagClassName
{
color: #FC7B5C;
}
</style>
background-color css
<style>
a { background-color: #FC7B5C; }
a { background-color: rgb(252,123,92); }
div.DivClassName
{
background-color: #FC7B5C;
}
.BgClassName
{
background-color: #FC7B5C;
}
</style>
border-color css
<style>
span { border-color: #FC7B5C; }
span { border-color: rgb(252,123,92); }
td.TdClassName
{
border-color: #FC7B5C;
}
.TagClassName
{
border-color: #FC7B5C;
}
</style>