Shades of Coral #FE875C
Tints of Coral #FE875C
RGB
CMYK
RGB Variations
Color information
#FE875C (or 0xFE875C) is known color: Coral. HEX triplet: FE, 87 and 5C. RGB value is (254,135,92). Sum of RGB (Red+Green+Blue) = 254+135+92=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE875C is #0178A3. Grayscale: #A5A5A5. Windows color (decimal): -96420 or 6064126. OLE color: 6064126.
HSL color Cylindrical-coordinate representation of color #FE875C: hue angle of 15.93º 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 #FE875C is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 92 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.00 |
| HSL | 15.93º | 0.99% | 0.68% | - |
| HSV(B) | 15.93º | 0.64% | 1% | - |
| XYZ | 51.47 | 39.17 | 14.97 | - |
| YUV | 165.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 92 | 0 | 0.47 | 0.64 | 0.00 | 15.93 | 0.99 | 0.68 |
| Hex | FE | 87 | 5C | 0 | 2F | 40 | 0 | 10 | 63 | 44 |
| Octal | 376 | 207 | 134 | 0 | 57 | 100 | 0 | 20 | 143 | 104 |
| Binary | 11111110 | 10000111 | 1011100 | 0 | 101111 | 1000000 | 0 | 10000 | 1100011 | 1000100 |
Color Harmonies of #FE875C
Complementary color
Monochromatic Colors of #FE875C
Black with #FE875C
Text Example
Text Example
White with #FE875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE875C; }
p { color: rgb(254,135,92); }
H1.HeaderClassName
{
color: #FE875C;
}
.AnyTagClassName
{
color: #FE875C;
}
</style>
background-color css
<style>
a { background-color: #FE875C; }
a { background-color: rgb(254,135,92); }
div.DivClassName
{
background-color: #FE875C;
}
.BgClassName
{
background-color: #FE875C;
}
</style>
border-color css
<style>
span { border-color: #FE875C; }
span { border-color: rgb(254,135,92); }
td.TdClassName
{
border-color: #FE875C;
}
.TagClassName
{
border-color: #FE875C;
}
</style>