Shades of Coral #FD8246
Tints of Coral #FD8246
RGB
CMYK
RGB Variations
Color information
#FD8246 (or 0xFD8246) is known color: Coral. HEX triplet: FD, 82 and 46. RGB value is (253,130,70). Sum of RGB (Red+Green+Blue) = 253+130+70=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8246 is #027DB9. Grayscale: #A0A0A0. Windows color (decimal): -163258 or 4621053. OLE color: 4621053.
HSL color Cylindrical-coordinate representation of color #FD8246: hue angle of 19.67º 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 #FD8246 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 70 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.01 |
| HSL | 19.67º | 0.98% | 0.63% | - |
| HSV(B) | 19.67º | 0.72% | 0.99% | - |
| XYZ | 49.6 | 37.29 | 10.38 | - |
| YUV | 159.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 70 | 0 | 0.49 | 0.72 | 0.01 | 19.67 | 0.98 | 0.63 |
| Hex | FD | 82 | 46 | 0 | 31 | 48 | 1 | 14 | 62 | 3F |
| Octal | 375 | 202 | 106 | 0 | 61 | 110 | 1 | 24 | 142 | 77 |
| Binary | 11111101 | 10000010 | 1000110 | 0 | 110001 | 1001000 | 1 | 10100 | 1100010 | 111111 |
Color Harmonies of #FD8246
Complementary color
Monochromatic Colors of #FD8246
Black with #FD8246
Text Example
Text Example
White with #FD8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8246; }
p { color: rgb(253,130,70); }
H1.HeaderClassName
{
color: #FD8246;
}
.AnyTagClassName
{
color: #FD8246;
}
</style>
background-color css
<style>
a { background-color: #FD8246; }
a { background-color: rgb(253,130,70); }
div.DivClassName
{
background-color: #FD8246;
}
.BgClassName
{
background-color: #FD8246;
}
</style>
border-color css
<style>
span { border-color: #FD8246; }
span { border-color: rgb(253,130,70); }
td.TdClassName
{
border-color: #FD8246;
}
.TagClassName
{
border-color: #FD8246;
}
</style>