Shades of Bittersweet #FC705A
Tints of Bittersweet #FC705A
RGB
CMYK
RGB Variations
Color information
#FC705A (or 0xFC705A) is known color: Bittersweet. HEX triplet: FC, 70 and 5A. RGB value is (252,112,90). Sum of RGB (Red+Green+Blue) = 252+112+90=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC705A is #038FA5. Grayscale: #979797. Windows color (decimal): -233382 or 5927164. OLE color: 5927164.
HSL color Cylindrical-coordinate representation of color #FC705A: hue angle of 8.15º 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 #FC705A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 90 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.01 |
| HSL | 8.15º | 0.96% | 0.67% | - |
| HSV(B) | 8.15º | 0.64% | 0.99% | - |
| XYZ | 47.78 | 33.02 | 13.53 | - |
| YUV | 151.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 90 | 0 | 0.56 | 0.64 | 0.01 | 8.15 | 0.96 | 0.67 |
| Hex | FC | 70 | 5A | 0 | 38 | 40 | 1 | 8 | 60 | 43 |
| Octal | 374 | 160 | 132 | 0 | 70 | 100 | 1 | 10 | 140 | 103 |
| Binary | 11111100 | 1110000 | 1011010 | 0 | 111000 | 1000000 | 1 | 1000 | 1100000 | 1000011 |
Color Harmonies of #FC705A
Complementary color
Monochromatic Colors of #FC705A
Black with #FC705A
Text Example
Text Example
White with #FC705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC705A; }
p { color: rgb(252,112,90); }
H1.HeaderClassName
{
color: #FC705A;
}
.AnyTagClassName
{
color: #FC705A;
}
</style>
background-color css
<style>
a { background-color: #FC705A; }
a { background-color: rgb(252,112,90); }
div.DivClassName
{
background-color: #FC705A;
}
.BgClassName
{
background-color: #FC705A;
}
</style>
border-color css
<style>
span { border-color: #FC705A; }
span { border-color: rgb(252,112,90); }
td.TdClassName
{
border-color: #FC705A;
}
.TagClassName
{
border-color: #FC705A;
}
</style>