Shades of Bittersweet #FC726B
Tints of Bittersweet #FC726B
RGB
CMYK
RGB Variations
Color information
#FC726B (or 0xFC726B) is known color: Bittersweet. HEX triplet: FC, 72 and 6B. RGB value is (252,114,107). Sum of RGB (Red+Green+Blue) = 252+114+107=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726B is #038D94. Grayscale: #9A9A9A. Windows color (decimal): -232853 or 7041788. OLE color: 7041788.
HSL color Cylindrical-coordinate representation of color #FC726B: hue angle of 2.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC726B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 107 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.01 |
| HSL | 2.9º | 0.96% | 0.7% | - |
| HSV(B) | 2.9º | 0.58% | 0.99% | - |
| XYZ | 48.82 | 33.79 | 17.86 | - |
| YUV | 154.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 107 | 0 | 0.55 | 0.58 | 0.01 | 2.9 | 0.96 | 0.7 |
| Hex | FC | 72 | 6B | 0 | 37 | 3A | 1 | 3 | 60 | 46 |
| Octal | 374 | 162 | 153 | 0 | 67 | 72 | 1 | 3 | 140 | 106 |
| Binary | 11111100 | 1110010 | 1101011 | 0 | 110111 | 111010 | 1 | 11 | 1100000 | 1000110 |
Color Harmonies of #FC726B
Complementary color
Monochromatic Colors of #FC726B
Black with #FC726B
Text Example
Text Example
White with #FC726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC726B; }
p { color: rgb(252,114,107); }
H1.HeaderClassName
{
color: #FC726B;
}
.AnyTagClassName
{
color: #FC726B;
}
</style>
background-color css
<style>
a { background-color: #FC726B; }
a { background-color: rgb(252,114,107); }
div.DivClassName
{
background-color: #FC726B;
}
.BgClassName
{
background-color: #FC726B;
}
</style>
border-color css
<style>
span { border-color: #FC726B; }
span { border-color: rgb(252,114,107); }
td.TdClassName
{
border-color: #FC726B;
}
.TagClassName
{
border-color: #FC726B;
}
</style>