Shades of Coral #FE8949
Tints of Coral #FE8949
RGB
CMYK
RGB Variations
Color information
#FE8949 (or 0xFE8949) is known color: Coral. HEX triplet: FE, 89 and 49. RGB value is (254,137,73). Sum of RGB (Red+Green+Blue) = 254+137+73=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8949 is #0176B6. Grayscale: #A5A5A5. Windows color (decimal): -95927 or 4819454. OLE color: 4819454.
HSL color Cylindrical-coordinate representation of color #FE8949: hue angle of 21.22º 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 #FE8949 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 73 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.00 |
| HSL | 21.22º | 0.99% | 0.64% | - |
| HSV(B) | 21.22º | 0.71% | 1% | - |
| XYZ | 51.02 | 39.44 | 11.23 | - |
| YUV | 164.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 73 | 0 | 0.46 | 0.71 | 0.00 | 21.22 | 0.99 | 0.64 |
| Hex | FE | 89 | 49 | 0 | 2E | 47 | 0 | 15 | 63 | 40 |
| Octal | 376 | 211 | 111 | 0 | 56 | 107 | 0 | 25 | 143 | 100 |
| Binary | 11111110 | 10001001 | 1001001 | 0 | 101110 | 1000111 | 0 | 10101 | 1100011 | 1000000 |
Color Harmonies of #FE8949
Complementary color
Monochromatic Colors of #FE8949
Black with #FE8949
Text Example
Text Example
White with #FE8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8949; }
p { color: rgb(254,137,73); }
H1.HeaderClassName
{
color: #FE8949;
}
.AnyTagClassName
{
color: #FE8949;
}
</style>
background-color css
<style>
a { background-color: #FE8949; }
a { background-color: rgb(254,137,73); }
div.DivClassName
{
background-color: #FE8949;
}
.BgClassName
{
background-color: #FE8949;
}
</style>
border-color css
<style>
span { border-color: #FE8949; }
span { border-color: rgb(254,137,73); }
td.TdClassName
{
border-color: #FE8949;
}
.TagClassName
{
border-color: #FE8949;
}
</style>