Shades of Coral #FE7752
Tints of Coral #FE7752
RGB
CMYK
RGB Variations
Color information
#FE7752 (or 0xFE7752) is known color: Coral. HEX triplet: FE, 77 and 52. RGB value is (254,119,82). Sum of RGB (Red+Green+Blue) = 254+119+82=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7752 is #0188AD. Grayscale: #9B9B9B. Windows color (decimal): -100526 or 5404670. OLE color: 5404670.
HSL color Cylindrical-coordinate representation of color #FE7752: hue angle of 12.91º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7752 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 82 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.00 |
| HSL | 12.91º | 0.99% | 0.66% | - |
| HSV(B) | 12.91º | 0.68% | 1% | - |
| XYZ | 48.99 | 34.87 | 12.13 | - |
| YUV | 155.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 82 | 0 | 0.53 | 0.68 | 0.00 | 12.91 | 0.99 | 0.66 |
| Hex | FE | 77 | 52 | 0 | 35 | 44 | 0 | D | 63 | 42 |
| Octal | 376 | 167 | 122 | 0 | 65 | 104 | 0 | 15 | 143 | 102 |
| Binary | 11111110 | 1110111 | 1010010 | 0 | 110101 | 1000100 | 0 | 1101 | 1100011 | 1000010 |
Color Harmonies of #FE7752
Complementary color
Monochromatic Colors of #FE7752
Black with #FE7752
Text Example
Text Example
White with #FE7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7752; }
p { color: rgb(254,119,82); }
H1.HeaderClassName
{
color: #FE7752;
}
.AnyTagClassName
{
color: #FE7752;
}
</style>
background-color css
<style>
a { background-color: #FE7752; }
a { background-color: rgb(254,119,82); }
div.DivClassName
{
background-color: #FE7752;
}
.BgClassName
{
background-color: #FE7752;
}
</style>
border-color css
<style>
span { border-color: #FE7752; }
span { border-color: rgb(254,119,82); }
td.TdClassName
{
border-color: #FE7752;
}
.TagClassName
{
border-color: #FE7752;
}
</style>