Shades of Coral #FD8146
Tints of Coral #FD8146
RGB
CMYK
RGB Variations
Color information
#FD8146 (or 0xFD8146) is known color: Coral. HEX triplet: FD, 81 and 46. RGB value is (253,129,70). Sum of RGB (Red+Green+Blue) = 253+129+70=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8146 is #027EB9. Grayscale: #9F9F9F. Windows color (decimal): -163514 or 4620797. OLE color: 4620797.
HSL color Cylindrical-coordinate representation of color #FD8146: hue angle of 19.34º 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 #FD8146 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 70 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.01 |
| HSL | 19.34º | 0.98% | 0.63% | - |
| HSV(B) | 19.34º | 0.72% | 0.99% | - |
| XYZ | 49.46 | 37.03 | 10.33 | - |
| YUV | 159.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 70 | 0 | 0.49 | 0.72 | 0.01 | 19.34 | 0.98 | 0.63 |
| Hex | FD | 81 | 46 | 0 | 31 | 48 | 1 | 13 | 62 | 3F |
| Octal | 375 | 201 | 106 | 0 | 61 | 110 | 1 | 23 | 142 | 77 |
| Binary | 11111101 | 10000001 | 1000110 | 0 | 110001 | 1001000 | 1 | 10011 | 1100010 | 111111 |
Color Harmonies of #FD8146
Complementary color
Monochromatic Colors of #FD8146
Black with #FD8146
Text Example
Text Example
White with #FD8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8146; }
p { color: rgb(253,129,70); }
H1.HeaderClassName
{
color: #FD8146;
}
.AnyTagClassName
{
color: #FD8146;
}
</style>
background-color css
<style>
a { background-color: #FD8146; }
a { background-color: rgb(253,129,70); }
div.DivClassName
{
background-color: #FD8146;
}
.BgClassName
{
background-color: #FD8146;
}
</style>
border-color css
<style>
span { border-color: #FD8146; }
span { border-color: rgb(253,129,70); }
td.TdClassName
{
border-color: #FD8146;
}
.TagClassName
{
border-color: #FD8146;
}
</style>