Shades of Coral #FE8350
Tints of Coral #FE8350
RGB
CMYK
RGB Variations
Color information
#FE8350 (or 0xFE8350) is known color: Coral. HEX triplet: FE, 83 and 50. RGB value is (254,131,80). Sum of RGB (Red+Green+Blue) = 254+131+80=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8350 is #017CAF. Grayscale: #A2A2A2. Windows color (decimal): -97456 or 5276670. OLE color: 5276670.
HSL color Cylindrical-coordinate representation of color #FE8350: hue angle of 17.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE8350 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 80 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.00 |
| HSL | 17.59º | 0.99% | 0.65% | - |
| HSV(B) | 17.59º | 0.69% | 1% | - |
| XYZ | 50.44 | 37.88 | 12.24 | - |
| YUV | 161.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 80 | 0 | 0.48 | 0.69 | 0.00 | 17.59 | 0.99 | 0.65 |
| Hex | FE | 83 | 50 | 0 | 30 | 45 | 0 | 12 | 63 | 41 |
| Octal | 376 | 203 | 120 | 0 | 60 | 105 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000011 | 1010000 | 0 | 110000 | 1000101 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE8350
Complementary color
Monochromatic Colors of #FE8350
Black with #FE8350
Text Example
Text Example
White with #FE8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8350; }
p { color: rgb(254,131,80); }
H1.HeaderClassName
{
color: #FE8350;
}
.AnyTagClassName
{
color: #FE8350;
}
</style>
background-color css
<style>
a { background-color: #FE8350; }
a { background-color: rgb(254,131,80); }
div.DivClassName
{
background-color: #FE8350;
}
.BgClassName
{
background-color: #FE8350;
}
</style>
border-color css
<style>
span { border-color: #FE8350; }
span { border-color: rgb(254,131,80); }
td.TdClassName
{
border-color: #FE8350;
}
.TagClassName
{
border-color: #FE8350;
}
</style>