Shades of Coral #FD834E
Tints of Coral #FD834E
RGB
CMYK
RGB Variations
Color information
#FD834E (or 0xFD834E) is known color: Coral. HEX triplet: FD, 83 and 4E. RGB value is (253,131,78). Sum of RGB (Red+Green+Blue) = 253+131+78=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD834E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD834E is #027CB1. Grayscale: #A1A1A1. Windows color (decimal): -162994 or 5145597. OLE color: 5145597.
HSL color Cylindrical-coordinate representation of color #FD834E: hue angle of 18.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD834E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 78 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.01 |
| HSL | 18.17º | 0.98% | 0.65% | - |
| HSV(B) | 18.17º | 0.69% | 0.99% | - |
| XYZ | 50 | 37.67 | 11.84 | - |
| YUV | 161.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 78 | 0 | 0.48 | 0.69 | 0.01 | 18.17 | 0.98 | 0.65 |
| Hex | FD | 83 | 4E | 0 | 30 | 45 | 1 | 12 | 62 | 41 |
| Octal | 375 | 203 | 116 | 0 | 60 | 105 | 1 | 22 | 142 | 101 |
| Binary | 11111101 | 10000011 | 1001110 | 0 | 110000 | 1000101 | 1 | 10010 | 1100010 | 1000001 |
Color Harmonies of #FD834E
Complementary color
Monochromatic Colors of #FD834E
Black with #FD834E
Text Example
Text Example
White with #FD834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD834E; }
p { color: rgb(253,131,78); }
H1.HeaderClassName
{
color: #FD834E;
}
.AnyTagClassName
{
color: #FD834E;
}
</style>
background-color css
<style>
a { background-color: #FD834E; }
a { background-color: rgb(253,131,78); }
div.DivClassName
{
background-color: #FD834E;
}
.BgClassName
{
background-color: #FD834E;
}
</style>
border-color css
<style>
span { border-color: #FD834E; }
span { border-color: rgb(253,131,78); }
td.TdClassName
{
border-color: #FD834E;
}
.TagClassName
{
border-color: #FD834E;
}
</style>