Shades of Coral #FD805F
Tints of Coral #FD805F
RGB
CMYK
RGB Variations
Color information
#FD805F (or 0xFD805F) is known color: Coral. HEX triplet: FD, 80 and 5F. RGB value is (253,128,95). Sum of RGB (Red+Green+Blue) = 253+128+95=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD805F is #027FA0. Grayscale: #A1A1A1. Windows color (decimal): -163745 or 6258941. OLE color: 6258941.
HSL color Cylindrical-coordinate representation of color #FD805F: hue angle of 12.53º 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 #FD805F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 95 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.01 |
| HSL | 12.53º | 0.98% | 0.68% | - |
| HSV(B) | 12.53º | 0.62% | 0.99% | - |
| XYZ | 50.29 | 37.15 | 15.35 | - |
| YUV | 161.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 95 | 0 | 0.49 | 0.62 | 0.01 | 12.53 | 0.98 | 0.68 |
| Hex | FD | 80 | 5F | 0 | 31 | 3E | 1 | D | 62 | 44 |
| Octal | 375 | 200 | 137 | 0 | 61 | 76 | 1 | 15 | 142 | 104 |
| Binary | 11111101 | 10000000 | 1011111 | 0 | 110001 | 111110 | 1 | 1101 | 1100010 | 1000100 |
Color Harmonies of #FD805F
Complementary color
Monochromatic Colors of #FD805F
Black with #FD805F
Text Example
Text Example
White with #FD805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD805F; }
p { color: rgb(253,128,95); }
H1.HeaderClassName
{
color: #FD805F;
}
.AnyTagClassName
{
color: #FD805F;
}
</style>
background-color css
<style>
a { background-color: #FD805F; }
a { background-color: rgb(253,128,95); }
div.DivClassName
{
background-color: #FD805F;
}
.BgClassName
{
background-color: #FD805F;
}
</style>
border-color css
<style>
span { border-color: #FD805F; }
span { border-color: rgb(253,128,95); }
td.TdClassName
{
border-color: #FD805F;
}
.TagClassName
{
border-color: #FD805F;
}
</style>