Shades of Coral #FD805B
Tints of Coral #FD805B
RGB
CMYK
RGB Variations
Color information
#FD805B (or 0xFD805B) is known color: Coral. HEX triplet: FD, 80 and 5B. RGB value is (253,128,91). Sum of RGB (Red+Green+Blue) = 253+128+91=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD805B is #027FA4. Grayscale: #A1A1A1. Windows color (decimal): -163749 or 5996797. OLE color: 5996797.
HSL color Cylindrical-coordinate representation of color #FD805B: hue angle of 13.7º degrees, saturation: 0.98, 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 #FD805B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.01 |
| HSL | 13.7º | 0.98% | 0.67% | - |
| HSV(B) | 13.7º | 0.64% | 0.99% | - |
| XYZ | 50.12 | 37.08 | 14.41 | - |
| YUV | 161.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 91 | 0 | 0.49 | 0.64 | 0.01 | 13.7 | 0.98 | 0.67 |
| Hex | FD | 80 | 5B | 0 | 31 | 40 | 1 | E | 62 | 43 |
| Octal | 375 | 200 | 133 | 0 | 61 | 100 | 1 | 16 | 142 | 103 |
| Binary | 11111101 | 10000000 | 1011011 | 0 | 110001 | 1000000 | 1 | 1110 | 1100010 | 1000011 |
Color Harmonies of #FD805B
Complementary color
Monochromatic Colors of #FD805B
Black with #FD805B
Text Example
Text Example
White with #FD805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD805B; }
p { color: rgb(253,128,91); }
H1.HeaderClassName
{
color: #FD805B;
}
.AnyTagClassName
{
color: #FD805B;
}
</style>
background-color css
<style>
a { background-color: #FD805B; }
a { background-color: rgb(253,128,91); }
div.DivClassName
{
background-color: #FD805B;
}
.BgClassName
{
background-color: #FD805B;
}
</style>
border-color css
<style>
span { border-color: #FD805B; }
span { border-color: rgb(253,128,91); }
td.TdClassName
{
border-color: #FD805B;
}
.TagClassName
{
border-color: #FD805B;
}
</style>