Shades of Coral #FF8A47
Tints of Coral #FF8A47
RGB
CMYK
RGB Variations
Color information
#FF8A47 (or 0xFF8A47) is known color: Coral. HEX triplet: FF, 8A and 47. RGB value is (255,138,71). Sum of RGB (Red+Green+Blue) = 255+138+71=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A47 is #0075B8. Grayscale: #A5A5A5. Windows color (decimal): -30137 or 4688639. OLE color: 4688639.
HSL color Cylindrical-coordinate representation of color #FF8A47: hue angle of 21.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8A47 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 71 | - |
| CMYK | 0 | 0.46 | 0.72 | 0 |
| HSL | 21.85º | 1% | 0.64% | - |
| HSV(B) | 21.85º | 0.72% | 1% | - |
| XYZ | 51.47 | 39.89 | 10.95 | - |
| YUV | 165.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 71 | 0 | 0.46 | 0.72 | 0 | 21.85 | 1 | 0.64 |
| Hex | FF | 8A | 47 | 0 | 2E | 48 | 0 | 16 | 64 | 40 |
| Octal | 377 | 212 | 107 | 0 | 56 | 110 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001010 | 1000111 | 0 | 101110 | 1001000 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8A47
Complementary color
Monochromatic Colors of #FF8A47
Black with #FF8A47
Text Example
Text Example
White with #FF8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A47; }
p { color: rgb(255,138,71); }
H1.HeaderClassName
{
color: #FF8A47;
}
.AnyTagClassName
{
color: #FF8A47;
}
</style>
background-color css
<style>
a { background-color: #FF8A47; }
a { background-color: rgb(255,138,71); }
div.DivClassName
{
background-color: #FF8A47;
}
.BgClassName
{
background-color: #FF8A47;
}
</style>
border-color css
<style>
span { border-color: #FF8A47; }
span { border-color: rgb(255,138,71); }
td.TdClassName
{
border-color: #FF8A47;
}
.TagClassName
{
border-color: #FF8A47;
}
</style>