Shades of Bittersweet #FC7255
Tints of Bittersweet #FC7255
RGB
CMYK
RGB Variations
Color information
#FC7255 (or 0xFC7255) is known color: Bittersweet. HEX triplet: FC, 72 and 55. RGB value is (252,114,85). Sum of RGB (Red+Green+Blue) = 252+114+85=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7255 is #038DAA. Grayscale: #989898. Windows color (decimal): -232875 or 5599996. OLE color: 5599996.
HSL color Cylindrical-coordinate representation of color #FC7255: hue angle of 10.42º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC7255 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 85 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.01 |
| HSL | 10.42º | 0.97% | 0.66% | - |
| HSV(B) | 10.42º | 0.66% | 0.99% | - |
| XYZ | 47.8 | 33.39 | 12.52 | - |
| YUV | 151.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 85 | 0 | 0.55 | 0.66 | 0.01 | 10.42 | 0.97 | 0.66 |
| Hex | FC | 72 | 55 | 0 | 37 | 42 | 1 | A | 61 | 42 |
| Octal | 374 | 162 | 125 | 0 | 67 | 102 | 1 | 12 | 141 | 102 |
| Binary | 11111100 | 1110010 | 1010101 | 0 | 110111 | 1000010 | 1 | 1010 | 1100001 | 1000010 |
Color Harmonies of #FC7255
Complementary color
Monochromatic Colors of #FC7255
Black with #FC7255
Text Example
Text Example
White with #FC7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7255; }
p { color: rgb(252,114,85); }
H1.HeaderClassName
{
color: #FC7255;
}
.AnyTagClassName
{
color: #FC7255;
}
</style>
background-color css
<style>
a { background-color: #FC7255; }
a { background-color: rgb(252,114,85); }
div.DivClassName
{
background-color: #FC7255;
}
.BgClassName
{
background-color: #FC7255;
}
</style>
border-color css
<style>
span { border-color: #FC7255; }
span { border-color: rgb(252,114,85); }
td.TdClassName
{
border-color: #FC7255;
}
.TagClassName
{
border-color: #FC7255;
}
</style>