Shades of Coral #FE854C
Tints of Coral #FE854C
RGB
CMYK
RGB Variations
Color information
#FE854C (or 0xFE854C) is known color: Coral. HEX triplet: FE, 85 and 4C. RGB value is (254,133,76). Sum of RGB (Red+Green+Blue) = 254+133+76=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE854C is #017AB3. Grayscale: #A3A3A3. Windows color (decimal): -96948 or 5015038. OLE color: 5015038.
HSL color Cylindrical-coordinate representation of color #FE854C: hue angle of 19.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE854C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 76 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.00 |
| HSL | 19.21º | 0.99% | 0.65% | - |
| HSV(B) | 19.21º | 0.7% | 1% | - |
| XYZ | 50.57 | 38.37 | 11.58 | - |
| YUV | 162.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 76 | 0 | 0.48 | 0.70 | 0.00 | 19.21 | 0.99 | 0.65 |
| Hex | FE | 85 | 4C | 0 | 30 | 46 | 0 | 13 | 63 | 41 |
| Octal | 376 | 205 | 114 | 0 | 60 | 106 | 0 | 23 | 143 | 101 |
| Binary | 11111110 | 10000101 | 1001100 | 0 | 110000 | 1000110 | 0 | 10011 | 1100011 | 1000001 |
Color Harmonies of #FE854C
Complementary color
Monochromatic Colors of #FE854C
Black with #FE854C
Text Example
Text Example
White with #FE854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE854C; }
p { color: rgb(254,133,76); }
H1.HeaderClassName
{
color: #FE854C;
}
.AnyTagClassName
{
color: #FE854C;
}
</style>
background-color css
<style>
a { background-color: #FE854C; }
a { background-color: rgb(254,133,76); }
div.DivClassName
{
background-color: #FE854C;
}
.BgClassName
{
background-color: #FE854C;
}
</style>
border-color css
<style>
span { border-color: #FE854C; }
span { border-color: rgb(254,133,76); }
td.TdClassName
{
border-color: #FE854C;
}
.TagClassName
{
border-color: #FE854C;
}
</style>