Shades of Coral #FC825C
Tints of Coral #FC825C
RGB
CMYK
RGB Variations
Color information
#FC825C (or 0xFC825C) is known color: Coral. HEX triplet: FC, 82 and 5C. RGB value is (252,130,92). Sum of RGB (Red+Green+Blue) = 252+130+92=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC825C is #037DA3. Grayscale: #A2A2A2. Windows color (decimal): -228772 or 6062844. OLE color: 6062844.
HSL color Cylindrical-coordinate representation of color #FC825C: hue angle of 14.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 #FC825C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.01 |
| HSL | 14.25º | 0.96% | 0.67% | - |
| HSV(B) | 14.25º | 0.63% | 0.99% | - |
| XYZ | 50.06 | 37.43 | 14.71 | - |
| YUV | 162.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 92 | 0 | 0.48 | 0.63 | 0.01 | 14.25 | 0.96 | 0.67 |
| Hex | FC | 82 | 5C | 0 | 30 | 3F | 1 | E | 60 | 43 |
| Octal | 374 | 202 | 134 | 0 | 60 | 77 | 1 | 16 | 140 | 103 |
| Binary | 11111100 | 10000010 | 1011100 | 0 | 110000 | 111111 | 1 | 1110 | 1100000 | 1000011 |
Color Harmonies of #FC825C
Complementary color
Monochromatic Colors of #FC825C
Black with #FC825C
Text Example
Text Example
White with #FC825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC825C; }
p { color: rgb(252,130,92); }
H1.HeaderClassName
{
color: #FC825C;
}
.AnyTagClassName
{
color: #FC825C;
}
</style>
background-color css
<style>
a { background-color: #FC825C; }
a { background-color: rgb(252,130,92); }
div.DivClassName
{
background-color: #FC825C;
}
.BgClassName
{
background-color: #FC825C;
}
</style>
border-color css
<style>
span { border-color: #FC825C; }
span { border-color: rgb(252,130,92); }
td.TdClassName
{
border-color: #FC825C;
}
.TagClassName
{
border-color: #FC825C;
}
</style>