Shades of Coral #FE7852
Tints of Coral #FE7852
RGB
CMYK
RGB Variations
Color information
#FE7852 (or 0xFE7852) is known color: Coral. HEX triplet: FE, 78 and 52. RGB value is (254,120,82). Sum of RGB (Red+Green+Blue) = 254+120+82=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7852 is #0187AD. Grayscale: #9C9C9C. Windows color (decimal): -100270 or 5404926. OLE color: 5404926.
HSL color Cylindrical-coordinate representation of color #FE7852: hue angle of 13.26º 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 #FE7852 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 82 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.00 |
| HSL | 13.26º | 0.99% | 0.66% | - |
| HSV(B) | 13.26º | 0.68% | 1% | - |
| XYZ | 49.11 | 35.11 | 12.17 | - |
| YUV | 155.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 82 | 0 | 0.53 | 0.68 | 0.00 | 13.26 | 0.99 | 0.66 |
| Hex | FE | 78 | 52 | 0 | 35 | 44 | 0 | D | 63 | 42 |
| Octal | 376 | 170 | 122 | 0 | 65 | 104 | 0 | 15 | 143 | 102 |
| Binary | 11111110 | 1111000 | 1010010 | 0 | 110101 | 1000100 | 0 | 1101 | 1100011 | 1000010 |
Color Harmonies of #FE7852
Complementary color
Monochromatic Colors of #FE7852
Black with #FE7852
Text Example
Text Example
White with #FE7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7852; }
p { color: rgb(254,120,82); }
H1.HeaderClassName
{
color: #FE7852;
}
.AnyTagClassName
{
color: #FE7852;
}
</style>
background-color css
<style>
a { background-color: #FE7852; }
a { background-color: rgb(254,120,82); }
div.DivClassName
{
background-color: #FE7852;
}
.BgClassName
{
background-color: #FE7852;
}
</style>
border-color css
<style>
span { border-color: #FE7852; }
span { border-color: rgb(254,120,82); }
td.TdClassName
{
border-color: #FE7852;
}
.TagClassName
{
border-color: #FE7852;
}
</style>