Shades of Coral #FD8260
Tints of Coral #FD8260
RGB
CMYK
RGB Variations
Color information
#FD8260 (or 0xFD8260) is known color: Coral. HEX triplet: FD, 82 and 60. RGB value is (253,130,96). Sum of RGB (Red+Green+Blue) = 253+130+96=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8260 is #027D9F. Grayscale: #A3A3A3. Windows color (decimal): -163232 or 6324989. OLE color: 6324989.
HSL color Cylindrical-coordinate representation of color #FD8260: hue angle of 12.99º degrees, saturation: 0.98, 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 #FD8260 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 96 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.01 |
| HSL | 12.99º | 0.98% | 0.68% | - |
| HSV(B) | 12.99º | 0.62% | 0.99% | - |
| XYZ | 50.6 | 37.69 | 15.67 | - |
| YUV | 162.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 96 | 0 | 0.49 | 0.62 | 0.01 | 12.99 | 0.98 | 0.68 |
| Hex | FD | 82 | 60 | 0 | 31 | 3E | 1 | D | 62 | 44 |
| Octal | 375 | 202 | 140 | 0 | 61 | 76 | 1 | 15 | 142 | 104 |
| Binary | 11111101 | 10000010 | 1100000 | 0 | 110001 | 111110 | 1 | 1101 | 1100010 | 1000100 |
Color Harmonies of #FD8260
Complementary color
Monochromatic Colors of #FD8260
Black with #FD8260
Text Example
Text Example
White with #FD8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8260; }
p { color: rgb(253,130,96); }
H1.HeaderClassName
{
color: #FD8260;
}
.AnyTagClassName
{
color: #FD8260;
}
</style>
background-color css
<style>
a { background-color: #FD8260; }
a { background-color: rgb(253,130,96); }
div.DivClassName
{
background-color: #FD8260;
}
.BgClassName
{
background-color: #FD8260;
}
</style>
border-color css
<style>
span { border-color: #FD8260; }
span { border-color: rgb(253,130,96); }
td.TdClassName
{
border-color: #FD8260;
}
.TagClassName
{
border-color: #FD8260;
}
</style>