Shades of Coral #FF7E52
Tints of Coral #FF7E52
RGB
CMYK
RGB Variations
Color information
#FF7E52 (or 0xFF7E52) is known color: Coral. HEX triplet: FF, 7E and 52. RGB value is (255,126,82). Sum of RGB (Red+Green+Blue) = 255+126+82=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E52 is #0081AD. Grayscale: #9F9F9F. Windows color (decimal): -33198 or 5406463. OLE color: 5406463.
HSL color Cylindrical-coordinate representation of color #FF7E52: hue angle of 15.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF7E52 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 82 | - |
| CMYK | 0 | 0.51 | 0.68 | 0 |
| HSL | 15.26º | 1% | 0.66% | - |
| HSV(B) | 15.26º | 0.68% | 1% | - |
| XYZ | 50.22 | 36.79 | 12.44 | - |
| YUV | 159.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 82 | 0 | 0.51 | 0.68 | 0 | 15.26 | 1 | 0.66 |
| Hex | FF | 7E | 52 | 0 | 33 | 44 | 0 | F | 64 | 42 |
| Octal | 377 | 176 | 122 | 0 | 63 | 104 | 0 | 17 | 144 | 102 |
| Binary | 11111111 | 1111110 | 1010010 | 0 | 110011 | 1000100 | 0 | 1111 | 1100100 | 1000010 |
Color Harmonies of #FF7E52
Complementary color
Monochromatic Colors of #FF7E52
Black with #FF7E52
Text Example
Text Example
White with #FF7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E52; }
p { color: rgb(255,126,82); }
H1.HeaderClassName
{
color: #FF7E52;
}
.AnyTagClassName
{
color: #FF7E52;
}
</style>
background-color css
<style>
a { background-color: #FF7E52; }
a { background-color: rgb(255,126,82); }
div.DivClassName
{
background-color: #FF7E52;
}
.BgClassName
{
background-color: #FF7E52;
}
</style>
border-color css
<style>
span { border-color: #FF7E52; }
span { border-color: rgb(255,126,82); }
td.TdClassName
{
border-color: #FF7E52;
}
.TagClassName
{
border-color: #FF7E52;
}
</style>