Shades of Coral #FE7652
Tints of Coral #FE7652
RGB
CMYK
RGB Variations
Color information
#FE7652 (or 0xFE7652) is known color: Coral. HEX triplet: FE, 76 and 52. RGB value is (254,118,82). Sum of RGB (Red+Green+Blue) = 254+118+82=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7652 is #0189AD. Grayscale: #9A9A9A. Windows color (decimal): -100782 or 5404414. OLE color: 5404414.
HSL color Cylindrical-coordinate representation of color #FE7652: hue angle of 12.56º 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 #FE7652 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 82 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.00 |
| HSL | 12.56º | 0.99% | 0.66% | - |
| HSV(B) | 12.56º | 0.68% | 1% | - |
| XYZ | 48.87 | 34.64 | 12.09 | - |
| YUV | 154.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 82 | 0 | 0.54 | 0.68 | 0.00 | 12.56 | 0.99 | 0.66 |
| Hex | FE | 76 | 52 | 0 | 36 | 44 | 0 | D | 63 | 42 |
| Octal | 376 | 166 | 122 | 0 | 66 | 104 | 0 | 15 | 143 | 102 |
| Binary | 11111110 | 1110110 | 1010010 | 0 | 110110 | 1000100 | 0 | 1101 | 1100011 | 1000010 |
Color Harmonies of #FE7652
Complementary color
Monochromatic Colors of #FE7652
Black with #FE7652
Text Example
Text Example
White with #FE7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7652; }
p { color: rgb(254,118,82); }
H1.HeaderClassName
{
color: #FE7652;
}
.AnyTagClassName
{
color: #FE7652;
}
</style>
background-color css
<style>
a { background-color: #FE7652; }
a { background-color: rgb(254,118,82); }
div.DivClassName
{
background-color: #FE7652;
}
.BgClassName
{
background-color: #FE7652;
}
</style>
border-color css
<style>
span { border-color: #FE7652; }
span { border-color: rgb(254,118,82); }
td.TdClassName
{
border-color: #FE7652;
}
.TagClassName
{
border-color: #FE7652;
}
</style>