Shades of Coral #FE8255
Tints of Coral #FE8255
RGB
CMYK
RGB Variations
Color information
#FE8255 (or 0xFE8255) is known color: Coral. HEX triplet: FE, 82 and 55. RGB value is (254,130,85). Sum of RGB (Red+Green+Blue) = 254+130+85=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8255 is #017DAA. Grayscale: #A2A2A2. Windows color (decimal): -97707 or 5604094. OLE color: 5604094.
HSL color Cylindrical-coordinate representation of color #FE8255: hue angle of 15.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE8255 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 85 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.00 |
| HSL | 15.98º | 0.99% | 0.66% | - |
| HSV(B) | 15.98º | 0.67% | 1% | - |
| XYZ | 50.5 | 37.69 | 13.21 | - |
| YUV | 161.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 85 | 0 | 0.49 | 0.67 | 0.00 | 15.98 | 0.99 | 0.66 |
| Hex | FE | 82 | 55 | 0 | 31 | 43 | 0 | 10 | 63 | 42 |
| Octal | 376 | 202 | 125 | 0 | 61 | 103 | 0 | 20 | 143 | 102 |
| Binary | 11111110 | 10000010 | 1010101 | 0 | 110001 | 1000011 | 0 | 10000 | 1100011 | 1000010 |
Color Harmonies of #FE8255
Complementary color
Monochromatic Colors of #FE8255
Black with #FE8255
Text Example
Text Example
White with #FE8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8255; }
p { color: rgb(254,130,85); }
H1.HeaderClassName
{
color: #FE8255;
}
.AnyTagClassName
{
color: #FE8255;
}
</style>
background-color css
<style>
a { background-color: #FE8255; }
a { background-color: rgb(254,130,85); }
div.DivClassName
{
background-color: #FE8255;
}
.BgClassName
{
background-color: #FE8255;
}
</style>
border-color css
<style>
span { border-color: #FE8255; }
span { border-color: rgb(254,130,85); }
td.TdClassName
{
border-color: #FE8255;
}
.TagClassName
{
border-color: #FE8255;
}
</style>