Shades of Coral #FD834C
Tints of Coral #FD834C
RGB
CMYK
RGB Variations
Color information
#FD834C (or 0xFD834C) is known color: Coral. HEX triplet: FD, 83 and 4C. RGB value is (253,131,76). Sum of RGB (Red+Green+Blue) = 253+131+76=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD834C is #027CB3. Grayscale: #A1A1A1. Windows color (decimal): -162996 or 5014525. OLE color: 5014525.
HSL color Cylindrical-coordinate representation of color #FD834C: hue angle of 18.64º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD834C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 76 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.01 |
| HSL | 18.64º | 0.98% | 0.65% | - |
| HSV(B) | 18.64º | 0.7% | 0.99% | - |
| XYZ | 49.93 | 37.64 | 11.47 | - |
| YUV | 161.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 76 | 0 | 0.48 | 0.70 | 0.01 | 18.64 | 0.98 | 0.65 |
| Hex | FD | 83 | 4C | 0 | 30 | 46 | 1 | 13 | 62 | 41 |
| Octal | 375 | 203 | 114 | 0 | 60 | 106 | 1 | 23 | 142 | 101 |
| Binary | 11111101 | 10000011 | 1001100 | 0 | 110000 | 1000110 | 1 | 10011 | 1100010 | 1000001 |
Color Harmonies of #FD834C
Complementary color
Monochromatic Colors of #FD834C
Black with #FD834C
Text Example
Text Example
White with #FD834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD834C; }
p { color: rgb(253,131,76); }
H1.HeaderClassName
{
color: #FD834C;
}
.AnyTagClassName
{
color: #FD834C;
}
</style>
background-color css
<style>
a { background-color: #FD834C; }
a { background-color: rgb(253,131,76); }
div.DivClassName
{
background-color: #FD834C;
}
.BgClassName
{
background-color: #FD834C;
}
</style>
border-color css
<style>
span { border-color: #FD834C; }
span { border-color: rgb(253,131,76); }
td.TdClassName
{
border-color: #FD834C;
}
.TagClassName
{
border-color: #FD834C;
}
</style>