Shades of Bittersweet #FC715A
Tints of Bittersweet #FC715A
RGB
CMYK
RGB Variations
Color information
#FC715A (or 0xFC715A) is known color: Bittersweet. HEX triplet: FC, 71 and 5A. RGB value is (252,113,90). Sum of RGB (Red+Green+Blue) = 252+113+90=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715A is #038EA5. Grayscale: #989898. Windows color (decimal): -233126 or 5927420. OLE color: 5927420.
HSL color Cylindrical-coordinate representation of color #FC715A: hue angle of 8.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC715A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 90 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.01 |
| HSL | 8.52º | 0.96% | 0.67% | - |
| HSV(B) | 8.52º | 0.64% | 0.99% | - |
| XYZ | 47.9 | 33.24 | 13.57 | - |
| YUV | 151.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 90 | 0 | 0.55 | 0.64 | 0.01 | 8.52 | 0.96 | 0.67 |
| Hex | FC | 71 | 5A | 0 | 37 | 40 | 1 | 9 | 60 | 43 |
| Octal | 374 | 161 | 132 | 0 | 67 | 100 | 1 | 11 | 140 | 103 |
| Binary | 11111100 | 1110001 | 1011010 | 0 | 110111 | 1000000 | 1 | 1001 | 1100000 | 1000011 |
Color Harmonies of #FC715A
Complementary color
Monochromatic Colors of #FC715A
Black with #FC715A
Text Example
Text Example
White with #FC715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC715A; }
p { color: rgb(252,113,90); }
H1.HeaderClassName
{
color: #FC715A;
}
.AnyTagClassName
{
color: #FC715A;
}
</style>
background-color css
<style>
a { background-color: #FC715A; }
a { background-color: rgb(252,113,90); }
div.DivClassName
{
background-color: #FC715A;
}
.BgClassName
{
background-color: #FC715A;
}
</style>
border-color css
<style>
span { border-color: #FC715A; }
span { border-color: rgb(252,113,90); }
td.TdClassName
{
border-color: #FC715A;
}
.TagClassName
{
border-color: #FC715A;
}
</style>