Shades of Coral #FF7452
Tints of Coral #FF7452
RGB
CMYK
RGB Variations
Color information
#FF7452 (or 0xFF7452) is known color: Coral. HEX triplet: FF, 74 and 52. RGB value is (255,116,82). Sum of RGB (Red+Green+Blue) = 255+116+82=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7452 is #008BAD. Grayscale: #999999. Windows color (decimal): -35758 or 5403903. OLE color: 5403903.
HSL color Cylindrical-coordinate representation of color #FF7452: hue angle of 11.79º 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 #FF7452 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 82 | - |
| CMYK | 0 | 0.55 | 0.68 | 0 |
| HSL | 11.79º | 1% | 0.66% | - |
| HSV(B) | 11.79º | 0.68% | 1% | - |
| XYZ | 49.01 | 34.36 | 12.03 | - |
| YUV | 153.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 82 | 0 | 0.55 | 0.68 | 0 | 11.79 | 1 | 0.66 |
| Hex | FF | 74 | 52 | 0 | 37 | 44 | 0 | C | 64 | 42 |
| Octal | 377 | 164 | 122 | 0 | 67 | 104 | 0 | 14 | 144 | 102 |
| Binary | 11111111 | 1110100 | 1010010 | 0 | 110111 | 1000100 | 0 | 1100 | 1100100 | 1000010 |
Color Harmonies of #FF7452
Complementary color
Monochromatic Colors of #FF7452
Black with #FF7452
Text Example
Text Example
White with #FF7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7452; }
p { color: rgb(255,116,82); }
H1.HeaderClassName
{
color: #FF7452;
}
.AnyTagClassName
{
color: #FF7452;
}
</style>
background-color css
<style>
a { background-color: #FF7452; }
a { background-color: rgb(255,116,82); }
div.DivClassName
{
background-color: #FF7452;
}
.BgClassName
{
background-color: #FF7452;
}
</style>
border-color css
<style>
span { border-color: #FF7452; }
span { border-color: rgb(255,116,82); }
td.TdClassName
{
border-color: #FF7452;
}
.TagClassName
{
border-color: #FF7452;
}
</style>