Shades of Coral #FE805C
Tints of Coral #FE805C
RGB
CMYK
RGB Variations
Color information
#FE805C (or 0xFE805C) is known color: Coral. HEX triplet: FE, 80 and 5C. RGB value is (254,128,92). Sum of RGB (Red+Green+Blue) = 254+128+92=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805C is #017FA3. Grayscale: #A1A1A1. Windows color (decimal): -98212 or 6062334. OLE color: 6062334.
HSL color Cylindrical-coordinate representation of color #FE805C: hue angle of 13.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE805C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 92 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.00 |
| HSL | 13.33º | 0.99% | 0.68% | - |
| HSV(B) | 13.33º | 0.64% | 1% | - |
| XYZ | 50.52 | 37.28 | 14.66 | - |
| YUV | 161.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 92 | 0 | 0.50 | 0.64 | 0.00 | 13.33 | 0.99 | 0.68 |
| Hex | FE | 80 | 5C | 0 | 32 | 40 | 0 | D | 63 | 44 |
| Octal | 376 | 200 | 134 | 0 | 62 | 100 | 0 | 15 | 143 | 104 |
| Binary | 11111110 | 10000000 | 1011100 | 0 | 110010 | 1000000 | 0 | 1101 | 1100011 | 1000100 |
Color Harmonies of #FE805C
Complementary color
Monochromatic Colors of #FE805C
Black with #FE805C
Text Example
Text Example
White with #FE805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE805C; }
p { color: rgb(254,128,92); }
H1.HeaderClassName
{
color: #FE805C;
}
.AnyTagClassName
{
color: #FE805C;
}
</style>
background-color css
<style>
a { background-color: #FE805C; }
a { background-color: rgb(254,128,92); }
div.DivClassName
{
background-color: #FE805C;
}
.BgClassName
{
background-color: #FE805C;
}
</style>
border-color css
<style>
span { border-color: #FE805C; }
span { border-color: rgb(254,128,92); }
td.TdClassName
{
border-color: #FE805C;
}
.TagClassName
{
border-color: #FE805C;
}
</style>