Shades of Bittersweet #FC725B
Tints of Bittersweet #FC725B
RGB
CMYK
RGB Variations
Color information
#FC725B (or 0xFC725B) is known color: Bittersweet. HEX triplet: FC, 72 and 5B. RGB value is (252,114,91). Sum of RGB (Red+Green+Blue) = 252+114+91=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC725B is #038DA4. Grayscale: #989898. Windows color (decimal): -232869 or 5993212. OLE color: 5993212.
HSL color Cylindrical-coordinate representation of color #FC725B: hue angle of 8.57º 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 #FC725B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 91 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.01 |
| HSL | 8.57º | 0.96% | 0.67% | - |
| HSV(B) | 8.57º | 0.64% | 0.99% | - |
| XYZ | 48.05 | 33.49 | 13.83 | - |
| YUV | 152.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 91 | 0 | 0.55 | 0.64 | 0.01 | 8.57 | 0.96 | 0.67 |
| Hex | FC | 72 | 5B | 0 | 37 | 40 | 1 | 9 | 60 | 43 |
| Octal | 374 | 162 | 133 | 0 | 67 | 100 | 1 | 11 | 140 | 103 |
| Binary | 11111100 | 1110010 | 1011011 | 0 | 110111 | 1000000 | 1 | 1001 | 1100000 | 1000011 |
Color Harmonies of #FC725B
Complementary color
Monochromatic Colors of #FC725B
Black with #FC725B
Text Example
Text Example
White with #FC725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC725B; }
p { color: rgb(252,114,91); }
H1.HeaderClassName
{
color: #FC725B;
}
.AnyTagClassName
{
color: #FC725B;
}
</style>
background-color css
<style>
a { background-color: #FC725B; }
a { background-color: rgb(252,114,91); }
div.DivClassName
{
background-color: #FC725B;
}
.BgClassName
{
background-color: #FC725B;
}
</style>
border-color css
<style>
span { border-color: #FC725B; }
span { border-color: rgb(252,114,91); }
td.TdClassName
{
border-color: #FC725B;
}
.TagClassName
{
border-color: #FC725B;
}
</style>