Shades of Coral #FE8452
Tints of Coral #FE8452
RGB
CMYK
RGB Variations
Color information
#FE8452 (or 0xFE8452) is known color: Coral. HEX triplet: FE, 84 and 52. RGB value is (254,132,82). Sum of RGB (Red+Green+Blue) = 254+132+82=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8452 is #017BAD. Grayscale: #A3A3A3. Windows color (decimal): -97198 or 5407998. OLE color: 5407998.
HSL color Cylindrical-coordinate representation of color #FE8452: hue angle of 17.44º 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 #FE8452 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 82 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.00 |
| HSL | 17.44º | 0.99% | 0.66% | - |
| HSV(B) | 17.44º | 0.68% | 1% | - |
| XYZ | 50.65 | 38.18 | 12.68 | - |
| YUV | 162.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 82 | 0 | 0.48 | 0.68 | 0.00 | 17.44 | 0.99 | 0.66 |
| Hex | FE | 84 | 52 | 0 | 30 | 44 | 0 | 11 | 63 | 42 |
| Octal | 376 | 204 | 122 | 0 | 60 | 104 | 0 | 21 | 143 | 102 |
| Binary | 11111110 | 10000100 | 1010010 | 0 | 110000 | 1000100 | 0 | 10001 | 1100011 | 1000010 |
Color Harmonies of #FE8452
Complementary color
Monochromatic Colors of #FE8452
Black with #FE8452
Text Example
Text Example
White with #FE8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8452; }
p { color: rgb(254,132,82); }
H1.HeaderClassName
{
color: #FE8452;
}
.AnyTagClassName
{
color: #FE8452;
}
</style>
background-color css
<style>
a { background-color: #FE8452; }
a { background-color: rgb(254,132,82); }
div.DivClassName
{
background-color: #FE8452;
}
.BgClassName
{
background-color: #FE8452;
}
</style>
border-color css
<style>
span { border-color: #FE8452; }
span { border-color: rgb(254,132,82); }
td.TdClassName
{
border-color: #FE8452;
}
.TagClassName
{
border-color: #FE8452;
}
</style>