Shades of Coral #FE7952
Tints of Coral #FE7952
RGB
CMYK
RGB Variations
Color information
#FE7952 (or 0xFE7952) is known color: Coral. HEX triplet: FE, 79 and 52. RGB value is (254,121,82). Sum of RGB (Red+Green+Blue) = 254+121+82=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7952 is #0186AD. Grayscale: #9C9C9C. Windows color (decimal): -100014 or 5405182. OLE color: 5405182.
HSL color Cylindrical-coordinate representation of color #FE7952: hue angle of 13.6º 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 #FE7952 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 82 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.00 |
| HSL | 13.6º | 0.99% | 0.66% | - |
| HSV(B) | 13.6º | 0.68% | 1% | - |
| XYZ | 49.23 | 35.35 | 12.21 | - |
| YUV | 156.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 82 | 0 | 0.52 | 0.68 | 0.00 | 13.6 | 0.99 | 0.66 |
| Hex | FE | 79 | 52 | 0 | 34 | 44 | 0 | E | 63 | 42 |
| Octal | 376 | 171 | 122 | 0 | 64 | 104 | 0 | 16 | 143 | 102 |
| Binary | 11111110 | 1111001 | 1010010 | 0 | 110100 | 1000100 | 0 | 1110 | 1100011 | 1000010 |
Color Harmonies of #FE7952
Complementary color
Monochromatic Colors of #FE7952
Black with #FE7952
Text Example
Text Example
White with #FE7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7952; }
p { color: rgb(254,121,82); }
H1.HeaderClassName
{
color: #FE7952;
}
.AnyTagClassName
{
color: #FE7952;
}
</style>
background-color css
<style>
a { background-color: #FE7952; }
a { background-color: rgb(254,121,82); }
div.DivClassName
{
background-color: #FE7952;
}
.BgClassName
{
background-color: #FE7952;
}
</style>
border-color css
<style>
span { border-color: #FE7952; }
span { border-color: rgb(254,121,82); }
td.TdClassName
{
border-color: #FE7952;
}
.TagClassName
{
border-color: #FE7952;
}
</style>