Shades of Coral #FE814A
Tints of Coral #FE814A
RGB
CMYK
RGB Variations
Color information
#FE814A (or 0xFE814A) is known color: Coral. HEX triplet: FE, 81 and 4A. RGB value is (254,129,74). Sum of RGB (Red+Green+Blue) = 254+129+74=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE814A is #017EB5. Grayscale: #A0A0A0. Windows color (decimal): -97974 or 4882942. OLE color: 4882942.
HSL color Cylindrical-coordinate representation of color #FE814A: hue angle of 18.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE814A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 74 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.00 |
| HSL | 18.33º | 0.99% | 0.64% | - |
| HSV(B) | 18.33º | 0.71% | 1% | - |
| XYZ | 49.96 | 37.27 | 11.04 | - |
| YUV | 160.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 74 | 0 | 0.49 | 0.71 | 0.00 | 18.33 | 0.99 | 0.64 |
| Hex | FE | 81 | 4A | 0 | 31 | 47 | 0 | 12 | 63 | 40 |
| Octal | 376 | 201 | 112 | 0 | 61 | 107 | 0 | 22 | 143 | 100 |
| Binary | 11111110 | 10000001 | 1001010 | 0 | 110001 | 1000111 | 0 | 10010 | 1100011 | 1000000 |
Color Harmonies of #FE814A
Complementary color
Monochromatic Colors of #FE814A
Black with #FE814A
Text Example
Text Example
White with #FE814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE814A; }
p { color: rgb(254,129,74); }
H1.HeaderClassName
{
color: #FE814A;
}
.AnyTagClassName
{
color: #FE814A;
}
</style>
background-color css
<style>
a { background-color: #FE814A; }
a { background-color: rgb(254,129,74); }
div.DivClassName
{
background-color: #FE814A;
}
.BgClassName
{
background-color: #FE814A;
}
</style>
border-color css
<style>
span { border-color: #FE814A; }
span { border-color: rgb(254,129,74); }
td.TdClassName
{
border-color: #FE814A;
}
.TagClassName
{
border-color: #FE814A;
}
</style>