Shades of Bittersweet #FC726A
Tints of Bittersweet #FC726A
RGB
CMYK
RGB Variations
Color information
#FC726A (or 0xFC726A) is known color: Bittersweet. HEX triplet: FC, 72 and 6A. RGB value is (252,114,106). Sum of RGB (Red+Green+Blue) = 252+114+106=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726A is #038D95. Grayscale: #9A9A9A. Windows color (decimal): -232854 or 6976252. OLE color: 6976252.
HSL color Cylindrical-coordinate representation of color #FC726A: hue angle of 3.29º 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 #FC726A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 106 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.01 |
| HSL | 3.29º | 0.96% | 0.7% | - |
| HSV(B) | 3.29º | 0.58% | 0.99% | - |
| XYZ | 48.76 | 33.77 | 17.58 | - |
| YUV | 154.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 106 | 0 | 0.55 | 0.58 | 0.01 | 3.29 | 0.96 | 0.7 |
| Hex | FC | 72 | 6A | 0 | 37 | 3A | 1 | 3 | 60 | 46 |
| Octal | 374 | 162 | 152 | 0 | 67 | 72 | 1 | 3 | 140 | 106 |
| Binary | 11111100 | 1110010 | 1101010 | 0 | 110111 | 111010 | 1 | 11 | 1100000 | 1000110 |
Color Harmonies of #FC726A
Complementary color
Monochromatic Colors of #FC726A
Black with #FC726A
Text Example
Text Example
White with #FC726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC726A; }
p { color: rgb(252,114,106); }
H1.HeaderClassName
{
color: #FC726A;
}
.AnyTagClassName
{
color: #FC726A;
}
</style>
background-color css
<style>
a { background-color: #FC726A; }
a { background-color: rgb(252,114,106); }
div.DivClassName
{
background-color: #FC726A;
}
.BgClassName
{
background-color: #FC726A;
}
</style>
border-color css
<style>
span { border-color: #FC726A; }
span { border-color: rgb(252,114,106); }
td.TdClassName
{
border-color: #FC726A;
}
.TagClassName
{
border-color: #FC726A;
}
</style>