Shades of Coral #FE855B
Tints of Coral #FE855B
RGB
CMYK
RGB Variations
Color information
#FE855B (or 0xFE855B) is known color: Coral. HEX triplet: FE, 85 and 5B. RGB value is (254,133,91). Sum of RGB (Red+Green+Blue) = 254+133+91=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE855B is #017AA4. Grayscale: #A4A4A4. Windows color (decimal): -96933 or 5998078. OLE color: 5998078.
HSL color Cylindrical-coordinate representation of color #FE855B: hue angle of 15.46º 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 #FE855B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 91 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.00 |
| HSL | 15.46º | 0.99% | 0.68% | - |
| HSV(B) | 15.46º | 0.64% | 1% | - |
| XYZ | 51.15 | 38.6 | 14.65 | - |
| YUV | 164.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 91 | 0 | 0.48 | 0.64 | 0.00 | 15.46 | 0.99 | 0.68 |
| Hex | FE | 85 | 5B | 0 | 30 | 40 | 0 | F | 63 | 44 |
| Octal | 376 | 205 | 133 | 0 | 60 | 100 | 0 | 17 | 143 | 104 |
| Binary | 11111110 | 10000101 | 1011011 | 0 | 110000 | 1000000 | 0 | 1111 | 1100011 | 1000100 |
Color Harmonies of #FE855B
Complementary color
Monochromatic Colors of #FE855B
Black with #FE855B
Text Example
Text Example
White with #FE855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE855B; }
p { color: rgb(254,133,91); }
H1.HeaderClassName
{
color: #FE855B;
}
.AnyTagClassName
{
color: #FE855B;
}
</style>
background-color css
<style>
a { background-color: #FE855B; }
a { background-color: rgb(254,133,91); }
div.DivClassName
{
background-color: #FE855B;
}
.BgClassName
{
background-color: #FE855B;
}
</style>
border-color css
<style>
span { border-color: #FE855B; }
span { border-color: rgb(254,133,91); }
td.TdClassName
{
border-color: #FE855B;
}
.TagClassName
{
border-color: #FE855B;
}
</style>