Shades of Coral #FF7F5A
Tints of Coral #FF7F5A
RGB
CMYK
RGB Variations
Color information
#FF7F5A (or 0xFF7F5A) is known color: Coral. HEX triplet: FF, 7F and 5A. RGB value is (255,127,90). Sum of RGB (Red+Green+Blue) = 255+127+90=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F5A is #0080A5. Grayscale: #A1A1A1. Windows color (decimal): -32934 or 5931007. OLE color: 5931007.
HSL color Cylindrical-coordinate representation of color #FF7F5A: hue angle of 13.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7F5A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 90 | - |
| CMYK | 0 | 0.50 | 0.65 | 0 |
| HSL | 13.45º | 1% | 0.68% | - |
| HSV(B) | 13.45º | 0.65% | 1% | - |
| XYZ | 50.67 | 37.18 | 14.18 | - |
| YUV | 161.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 90 | 0 | 0.50 | 0.65 | 0 | 13.45 | 1 | 0.68 |
| Hex | FF | 7F | 5A | 0 | 32 | 41 | 0 | D | 64 | 44 |
| Octal | 377 | 177 | 132 | 0 | 62 | 101 | 0 | 15 | 144 | 104 |
| Binary | 11111111 | 1111111 | 1011010 | 0 | 110010 | 1000001 | 0 | 1101 | 1100100 | 1000100 |
Color Harmonies of #FF7F5A
Complementary color
Monochromatic Colors of #FF7F5A
Black with #FF7F5A
Text Example
Text Example
White with #FF7F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F5A; }
p { color: rgb(255,127,90); }
H1.HeaderClassName
{
color: #FF7F5A;
}
.AnyTagClassName
{
color: #FF7F5A;
}
</style>
background-color css
<style>
a { background-color: #FF7F5A; }
a { background-color: rgb(255,127,90); }
div.DivClassName
{
background-color: #FF7F5A;
}
.BgClassName
{
background-color: #FF7F5A;
}
</style>
border-color css
<style>
span { border-color: #FF7F5A; }
span { border-color: rgb(255,127,90); }
td.TdClassName
{
border-color: #FF7F5A;
}
.TagClassName
{
border-color: #FF7F5A;
}
</style>