Shades of Coral #FE814C
Tints of Coral #FE814C
RGB
CMYK
RGB Variations
Color information
#FE814C (or 0xFE814C) is known color: Coral. HEX triplet: FE, 81 and 4C. RGB value is (254,129,76). Sum of RGB (Red+Green+Blue) = 254+129+76=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE814C is #017EB3. Grayscale: #A0A0A0. Windows color (decimal): -97972 or 5014014. OLE color: 5014014.
HSL color Cylindrical-coordinate representation of color #FE814C: hue angle of 17.87º 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 #FE814C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.00 |
| HSL | 17.87º | 0.99% | 0.65% | - |
| HSV(B) | 17.87º | 0.7% | 1% | - |
| XYZ | 50.03 | 37.29 | 11.4 | - |
| YUV | 160.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 76 | 0 | 0.49 | 0.70 | 0.00 | 17.87 | 0.99 | 0.65 |
| Hex | FE | 81 | 4C | 0 | 31 | 46 | 0 | 12 | 63 | 41 |
| Octal | 376 | 201 | 114 | 0 | 61 | 106 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000001 | 1001100 | 0 | 110001 | 1000110 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE814C
Complementary color
Monochromatic Colors of #FE814C
Black with #FE814C
Text Example
Text Example
White with #FE814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE814C; }
p { color: rgb(254,129,76); }
H1.HeaderClassName
{
color: #FE814C;
}
.AnyTagClassName
{
color: #FE814C;
}
</style>
background-color css
<style>
a { background-color: #FE814C; }
a { background-color: rgb(254,129,76); }
div.DivClassName
{
background-color: #FE814C;
}
.BgClassName
{
background-color: #FE814C;
}
</style>
border-color css
<style>
span { border-color: #FE814C; }
span { border-color: rgb(254,129,76); }
td.TdClassName
{
border-color: #FE814C;
}
.TagClassName
{
border-color: #FE814C;
}
</style>