Shades of Coral #FF8A50
Tints of Coral #FF8A50
RGB
CMYK
RGB Variations
Color information
#FF8A50 (or 0xFF8A50) is known color: Coral. HEX triplet: FF, 8A and 50. RGB value is (255,138,80). Sum of RGB (Red+Green+Blue) = 255+138+80=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A50 is #0075AF. Grayscale: #A6A6A6. Windows color (decimal): -30128 or 5278463. OLE color: 5278463.
HSL color Cylindrical-coordinate representation of color #FF8A50: hue angle of 19.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8A50 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 80 | - |
| CMYK | 0 | 0.46 | 0.69 | 0 |
| HSL | 19.89º | 1% | 0.66% | - |
| HSV(B) | 19.89º | 0.69% | 1% | - |
| XYZ | 51.78 | 40.02 | 12.58 | - |
| YUV | 166.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 80 | 0 | 0.46 | 0.69 | 0 | 19.89 | 1 | 0.66 |
| Hex | FF | 8A | 50 | 0 | 2E | 45 | 0 | 14 | 64 | 42 |
| Octal | 377 | 212 | 120 | 0 | 56 | 105 | 0 | 24 | 144 | 102 |
| Binary | 11111111 | 10001010 | 1010000 | 0 | 101110 | 1000101 | 0 | 10100 | 1100100 | 1000010 |
Color Harmonies of #FF8A50
Complementary color
Monochromatic Colors of #FF8A50
Black with #FF8A50
Text Example
Text Example
White with #FF8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A50; }
p { color: rgb(255,138,80); }
H1.HeaderClassName
{
color: #FF8A50;
}
.AnyTagClassName
{
color: #FF8A50;
}
</style>
background-color css
<style>
a { background-color: #FF8A50; }
a { background-color: rgb(255,138,80); }
div.DivClassName
{
background-color: #FF8A50;
}
.BgClassName
{
background-color: #FF8A50;
}
</style>
border-color css
<style>
span { border-color: #FF8A50; }
span { border-color: rgb(255,138,80); }
td.TdClassName
{
border-color: #FF8A50;
}
.TagClassName
{
border-color: #FF8A50;
}
</style>