Shades of Coral #FD834A
Tints of Coral #FD834A
RGB
CMYK
RGB Variations
Color information
#FD834A (or 0xFD834A) is known color: Coral. HEX triplet: FD, 83 and 4A. RGB value is (253,131,74). Sum of RGB (Red+Green+Blue) = 253+131+74=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD834A is #027CB5. Grayscale: #A1A1A1. Windows color (decimal): -162998 or 4883453. OLE color: 4883453.
HSL color Cylindrical-coordinate representation of color #FD834A: hue angle of 19.11º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD834A is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 74 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.01 |
| HSL | 19.11º | 0.98% | 0.64% | - |
| HSV(B) | 19.11º | 0.71% | 0.99% | - |
| XYZ | 49.86 | 37.61 | 11.11 | - |
| YUV | 160.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 74 | 0 | 0.48 | 0.71 | 0.01 | 19.11 | 0.98 | 0.64 |
| Hex | FD | 83 | 4A | 0 | 30 | 47 | 1 | 13 | 62 | 40 |
| Octal | 375 | 203 | 112 | 0 | 60 | 107 | 1 | 23 | 142 | 100 |
| Binary | 11111101 | 10000011 | 1001010 | 0 | 110000 | 1000111 | 1 | 10011 | 1100010 | 1000000 |
Color Harmonies of #FD834A
Complementary color
Monochromatic Colors of #FD834A
Black with #FD834A
Text Example
Text Example
White with #FD834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD834A; }
p { color: rgb(253,131,74); }
H1.HeaderClassName
{
color: #FD834A;
}
.AnyTagClassName
{
color: #FD834A;
}
</style>
background-color css
<style>
a { background-color: #FD834A; }
a { background-color: rgb(253,131,74); }
div.DivClassName
{
background-color: #FD834A;
}
.BgClassName
{
background-color: #FD834A;
}
</style>
border-color css
<style>
span { border-color: #FD834A; }
span { border-color: rgb(253,131,74); }
td.TdClassName
{
border-color: #FD834A;
}
.TagClassName
{
border-color: #FD834A;
}
</style>