Shades of Bittersweet #FC625C
Tints of Bittersweet #FC625C
RGB
CMYK
RGB Variations
Color information
#FC625C (or 0xFC625C) is known color: Bittersweet. HEX triplet: FC, 62 and 5C. RGB value is (252,98,92). Sum of RGB (Red+Green+Blue) = 252+98+92=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC625C is #039DA3. Grayscale: #8F8F8F. Windows color (decimal): -236964 or 6054652. OLE color: 6054652.
HSL color Cylindrical-coordinate representation of color #FC625C: hue angle of 2.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC625C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 92 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.01 |
| HSL | 2.25º | 0.96% | 0.67% | - |
| HSV(B) | 2.25º | 0.63% | 0.99% | - |
| XYZ | 46.44 | 30.2 | 13.51 | - |
| YUV | 143.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 92 | 0 | 0.61 | 0.63 | 0.01 | 2.25 | 0.96 | 0.67 |
| Hex | FC | 62 | 5C | 0 | 3D | 3F | 1 | 2 | 60 | 43 |
| Octal | 374 | 142 | 134 | 0 | 75 | 77 | 1 | 2 | 140 | 103 |
| Binary | 11111100 | 1100010 | 1011100 | 0 | 111101 | 111111 | 1 | 10 | 1100000 | 1000011 |
Color Harmonies of #FC625C
Complementary color
Monochromatic Colors of #FC625C
Black with #FC625C
Text Example
Text Example
White with #FC625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC625C; }
p { color: rgb(252,98,92); }
H1.HeaderClassName
{
color: #FC625C;
}
.AnyTagClassName
{
color: #FC625C;
}
</style>
background-color css
<style>
a { background-color: #FC625C; }
a { background-color: rgb(252,98,92); }
div.DivClassName
{
background-color: #FC625C;
}
.BgClassName
{
background-color: #FC625C;
}
</style>
border-color css
<style>
span { border-color: #FC625C; }
span { border-color: rgb(252,98,92); }
td.TdClassName
{
border-color: #FC625C;
}
.TagClassName
{
border-color: #FC625C;
}
</style>