Shades of Bittersweet #FC725E
Tints of Bittersweet #FC725E
RGB
CMYK
RGB Variations
Color information
#FC725E (or 0xFC725E) is known color: Bittersweet. HEX triplet: FC, 72 and 5E. RGB value is (252,114,94). Sum of RGB (Red+Green+Blue) = 252+114+94=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC725E is #038DA1. Grayscale: #999999. Windows color (decimal): -232866 or 6189820. OLE color: 6189820.
HSL color Cylindrical-coordinate representation of color #FC725E: hue angle of 7.59º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC725E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 94 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.01 |
| HSL | 7.59º | 0.96% | 0.68% | - |
| HSV(B) | 7.59º | 0.63% | 0.99% | - |
| XYZ | 48.18 | 33.54 | 14.52 | - |
| YUV | 152.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 94 | 0 | 0.55 | 0.63 | 0.01 | 7.59 | 0.96 | 0.68 |
| Hex | FC | 72 | 5E | 0 | 37 | 3F | 1 | 8 | 60 | 44 |
| Octal | 374 | 162 | 136 | 0 | 67 | 77 | 1 | 10 | 140 | 104 |
| Binary | 11111100 | 1110010 | 1011110 | 0 | 110111 | 111111 | 1 | 1000 | 1100000 | 1000100 |
Color Harmonies of #FC725E
Complementary color
Monochromatic Colors of #FC725E
Black with #FC725E
Text Example
Text Example
White with #FC725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC725E; }
p { color: rgb(252,114,94); }
H1.HeaderClassName
{
color: #FC725E;
}
.AnyTagClassName
{
color: #FC725E;
}
</style>
background-color css
<style>
a { background-color: #FC725E; }
a { background-color: rgb(252,114,94); }
div.DivClassName
{
background-color: #FC725E;
}
.BgClassName
{
background-color: #FC725E;
}
</style>
border-color css
<style>
span { border-color: #FC725E; }
span { border-color: rgb(252,114,94); }
td.TdClassName
{
border-color: #FC725E;
}
.TagClassName
{
border-color: #FC725E;
}
</style>