Shades of Coral #FC825F
Tints of Coral #FC825F
RGB
CMYK
RGB Variations
Color information
#FC825F (or 0xFC825F) is known color: Coral. HEX triplet: FC, 82 and 5F. RGB value is (252,130,95). Sum of RGB (Red+Green+Blue) = 252+130+95=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC825F is #037DA0. Grayscale: #A2A2A2. Windows color (decimal): -228769 or 6259452. OLE color: 6259452.
HSL color Cylindrical-coordinate representation of color #FC825F: hue angle of 13.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC825F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 95 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.01 |
| HSL | 13.38º | 0.96% | 0.68% | - |
| HSV(B) | 13.38º | 0.62% | 0.99% | - |
| XYZ | 50.19 | 37.49 | 15.42 | - |
| YUV | 162.49 | 89.92 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 95 | 0 | 0.48 | 0.62 | 0.01 | 13.38 | 0.96 | 0.68 |
| Hex | FC | 82 | 5F | 0 | 30 | 3E | 1 | D | 60 | 44 |
| Octal | 374 | 202 | 137 | 0 | 60 | 76 | 1 | 15 | 140 | 104 |
| Binary | 11111100 | 10000010 | 1011111 | 0 | 110000 | 111110 | 1 | 1101 | 1100000 | 1000100 |
Color Harmonies of #FC825F
Complementary color
Monochromatic Colors of #FC825F
Black with #FC825F
Text Example
Text Example
White with #FC825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC825F; }
p { color: rgb(252,130,95); }
H1.HeaderClassName
{
color: #FC825F;
}
.AnyTagClassName
{
color: #FC825F;
}
</style>
background-color css
<style>
a { background-color: #FC825F; }
a { background-color: rgb(252,130,95); }
div.DivClassName
{
background-color: #FC825F;
}
.BgClassName
{
background-color: #FC825F;
}
</style>
border-color css
<style>
span { border-color: #FC825F; }
span { border-color: rgb(252,130,95); }
td.TdClassName
{
border-color: #FC825F;
}
.TagClassName
{
border-color: #FC825F;
}
</style>