Shades of Bittersweet #FC7153
Tints of Bittersweet #FC7153
RGB
CMYK
RGB Variations
Color information
#FC7153 (or 0xFC7153) is known color: Bittersweet. HEX triplet: FC, 71 and 53. RGB value is (252,113,83). Sum of RGB (Red+Green+Blue) = 252+113+83=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7153 is #038EAC. Grayscale: #979797. Windows color (decimal): -233133 or 5468668. OLE color: 5468668.
HSL color Cylindrical-coordinate representation of color #FC7153: hue angle of 10.65º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC7153 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 83 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.01 |
| HSL | 10.65º | 0.97% | 0.66% | - |
| HSV(B) | 10.65º | 0.67% | 0.99% | - |
| XYZ | 47.61 | 33.13 | 12.07 | - |
| YUV | 151.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 83 | 0 | 0.55 | 0.67 | 0.01 | 10.65 | 0.97 | 0.66 |
| Hex | FC | 71 | 53 | 0 | 37 | 43 | 1 | B | 61 | 42 |
| Octal | 374 | 161 | 123 | 0 | 67 | 103 | 1 | 13 | 141 | 102 |
| Binary | 11111100 | 1110001 | 1010011 | 0 | 110111 | 1000011 | 1 | 1011 | 1100001 | 1000010 |
Color Harmonies of #FC7153
Complementary color
Monochromatic Colors of #FC7153
Black with #FC7153
Text Example
Text Example
White with #FC7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7153; }
p { color: rgb(252,113,83); }
H1.HeaderClassName
{
color: #FC7153;
}
.AnyTagClassName
{
color: #FC7153;
}
</style>
background-color css
<style>
a { background-color: #FC7153; }
a { background-color: rgb(252,113,83); }
div.DivClassName
{
background-color: #FC7153;
}
.BgClassName
{
background-color: #FC7153;
}
</style>
border-color css
<style>
span { border-color: #FC7153; }
span { border-color: rgb(252,113,83); }
td.TdClassName
{
border-color: #FC7153;
}
.TagClassName
{
border-color: #FC7153;
}
</style>