Shades of Coral #FD845B
Tints of Coral #FD845B
RGB
CMYK
RGB Variations
Color information
#FD845B (or 0xFD845B) is known color: Coral. HEX triplet: FD, 84 and 5B. RGB value is (253,132,91). Sum of RGB (Red+Green+Blue) = 253+132+91=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD845B is #027BA4. Grayscale: #A3A3A3. Windows color (decimal): -162725 or 5997821. OLE color: 5997821.
HSL color Cylindrical-coordinate representation of color #FD845B: hue angle of 15.19º 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 #FD845B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 91 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.01 |
| HSL | 15.19º | 0.98% | 0.67% | - |
| HSV(B) | 15.19º | 0.64% | 0.99% | - |
| XYZ | 50.65 | 38.14 | 14.59 | - |
| YUV | 163.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 91 | 0 | 0.48 | 0.64 | 0.01 | 15.19 | 0.98 | 0.67 |
| Hex | FD | 84 | 5B | 0 | 30 | 40 | 1 | F | 62 | 43 |
| Octal | 375 | 204 | 133 | 0 | 60 | 100 | 1 | 17 | 142 | 103 |
| Binary | 11111101 | 10000100 | 1011011 | 0 | 110000 | 1000000 | 1 | 1111 | 1100010 | 1000011 |
Color Harmonies of #FD845B
Complementary color
Monochromatic Colors of #FD845B
Black with #FD845B
Text Example
Text Example
White with #FD845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD845B; }
p { color: rgb(253,132,91); }
H1.HeaderClassName
{
color: #FD845B;
}
.AnyTagClassName
{
color: #FD845B;
}
</style>
background-color css
<style>
a { background-color: #FD845B; }
a { background-color: rgb(253,132,91); }
div.DivClassName
{
background-color: #FD845B;
}
.BgClassName
{
background-color: #FD845B;
}
</style>
border-color css
<style>
span { border-color: #FD845B; }
span { border-color: rgb(253,132,91); }
td.TdClassName
{
border-color: #FD845B;
}
.TagClassName
{
border-color: #FD845B;
}
</style>