Shades of Coral #FC825B
Tints of Coral #FC825B
RGB
CMYK
RGB Variations
Color information
#FC825B (or 0xFC825B) is known color: Coral. HEX triplet: FC, 82 and 5B. RGB value is (252,130,91). Sum of RGB (Red+Green+Blue) = 252+130+91=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC825B is #037DA4. Grayscale: #A2A2A2. Windows color (decimal): -228773 or 5997308. OLE color: 5997308.
HSL color Cylindrical-coordinate representation of color #FC825B: hue angle of 14.53º 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 #FC825B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 91 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.01 |
| HSL | 14.53º | 0.96% | 0.67% | - |
| HSV(B) | 14.53º | 0.64% | 0.99% | - |
| XYZ | 50.02 | 37.42 | 14.48 | - |
| YUV | 162.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 91 | 0 | 0.48 | 0.64 | 0.01 | 14.53 | 0.96 | 0.67 |
| Hex | FC | 82 | 5B | 0 | 30 | 40 | 1 | F | 60 | 43 |
| Octal | 374 | 202 | 133 | 0 | 60 | 100 | 1 | 17 | 140 | 103 |
| Binary | 11111100 | 10000010 | 1011011 | 0 | 110000 | 1000000 | 1 | 1111 | 1100000 | 1000011 |
Color Harmonies of #FC825B
Complementary color
Monochromatic Colors of #FC825B
Black with #FC825B
Text Example
Text Example
White with #FC825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC825B; }
p { color: rgb(252,130,91); }
H1.HeaderClassName
{
color: #FC825B;
}
.AnyTagClassName
{
color: #FC825B;
}
</style>
background-color css
<style>
a { background-color: #FC825B; }
a { background-color: rgb(252,130,91); }
div.DivClassName
{
background-color: #FC825B;
}
.BgClassName
{
background-color: #FC825B;
}
</style>
border-color css
<style>
span { border-color: #FC825B; }
span { border-color: rgb(252,130,91); }
td.TdClassName
{
border-color: #FC825B;
}
.TagClassName
{
border-color: #FC825B;
}
</style>