Shades of Coral #FD8346
Tints of Coral #FD8346
RGB
CMYK
RGB Variations
Color information
#FD8346 (or 0xFD8346) is known color: Coral. HEX triplet: FD, 83 and 46. RGB value is (253,131,70). Sum of RGB (Red+Green+Blue) = 253+131+70=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8346 is #027CB9. Grayscale: #A0A0A0. Windows color (decimal): -163002 or 4621309. OLE color: 4621309.
HSL color Cylindrical-coordinate representation of color #FD8346: hue angle of 20º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD8346 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 70 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.01 |
| HSL | 20º | 0.98% | 0.63% | - |
| HSV(B) | 20º | 0.72% | 0.99% | - |
| XYZ | 49.73 | 37.56 | 10.42 | - |
| YUV | 160.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 70 | 0 | 0.48 | 0.72 | 0.01 | 20 | 0.98 | 0.63 |
| Hex | FD | 83 | 46 | 0 | 30 | 48 | 1 | 14 | 62 | 3F |
| Octal | 375 | 203 | 106 | 0 | 60 | 110 | 1 | 24 | 142 | 77 |
| Binary | 11111101 | 10000011 | 1000110 | 0 | 110000 | 1001000 | 1 | 10100 | 1100010 | 111111 |
Color Harmonies of #FD8346
Complementary color
Monochromatic Colors of #FD8346
Black with #FD8346
Text Example
Text Example
White with #FD8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8346; }
p { color: rgb(253,131,70); }
H1.HeaderClassName
{
color: #FD8346;
}
.AnyTagClassName
{
color: #FD8346;
}
</style>
background-color css
<style>
a { background-color: #FD8346; }
a { background-color: rgb(253,131,70); }
div.DivClassName
{
background-color: #FD8346;
}
.BgClassName
{
background-color: #FD8346;
}
</style>
border-color css
<style>
span { border-color: #FD8346; }
span { border-color: rgb(253,131,70); }
td.TdClassName
{
border-color: #FD8346;
}
.TagClassName
{
border-color: #FD8346;
}
</style>