Shades of Coral #FE8948
Tints of Coral #FE8948
RGB
CMYK
RGB Variations
Color information
#FE8948 (or 0xFE8948) is known color: Coral. HEX triplet: FE, 89 and 48. RGB value is (254,137,72). Sum of RGB (Red+Green+Blue) = 254+137+72=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8948 is #0176B7. Grayscale: #A4A4A4. Windows color (decimal): -95928 or 4753918. OLE color: 4753918.
HSL color Cylindrical-coordinate representation of color #FE8948: hue angle of 21.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE8948 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 72 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.00 |
| HSL | 21.43º | 0.99% | 0.64% | - |
| HSV(B) | 21.43º | 0.72% | 1% | - |
| XYZ | 50.99 | 39.43 | 11.05 | - |
| YUV | 164.57 | 75.76 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 72 | 0 | 0.46 | 0.72 | 0.00 | 21.43 | 0.99 | 0.64 |
| Hex | FE | 89 | 48 | 0 | 2E | 48 | 0 | 15 | 63 | 40 |
| Octal | 376 | 211 | 110 | 0 | 56 | 110 | 0 | 25 | 143 | 100 |
| Binary | 11111110 | 10001001 | 1001000 | 0 | 101110 | 1001000 | 0 | 10101 | 1100011 | 1000000 |
Color Harmonies of #FE8948
Complementary color
Monochromatic Colors of #FE8948
Black with #FE8948
Text Example
Text Example
White with #FE8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8948; }
p { color: rgb(254,137,72); }
H1.HeaderClassName
{
color: #FE8948;
}
.AnyTagClassName
{
color: #FE8948;
}
</style>
background-color css
<style>
a { background-color: #FE8948; }
a { background-color: rgb(254,137,72); }
div.DivClassName
{
background-color: #FE8948;
}
.BgClassName
{
background-color: #FE8948;
}
</style>
border-color css
<style>
span { border-color: #FE8948; }
span { border-color: rgb(254,137,72); }
td.TdClassName
{
border-color: #FE8948;
}
.TagClassName
{
border-color: #FE8948;
}
</style>