Shades of Coral #FE7950
Tints of Coral #FE7950
RGB
CMYK
RGB Variations
Color information
#FE7950 (or 0xFE7950) is known color: Coral. HEX triplet: FE, 79 and 50. RGB value is (254,121,80). Sum of RGB (Red+Green+Blue) = 254+121+80=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7950 is #0186AF. Grayscale: #9C9C9C. Windows color (decimal): -100016 or 5274110. OLE color: 5274110.
HSL color Cylindrical-coordinate representation of color #FE7950: hue angle of 14.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE7950 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 80 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.00 |
| HSL | 14.14º | 0.99% | 0.65% | - |
| HSV(B) | 14.14º | 0.69% | 1% | - |
| XYZ | 49.16 | 35.32 | 11.82 | - |
| YUV | 156.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 80 | 0 | 0.52 | 0.69 | 0.00 | 14.14 | 0.99 | 0.65 |
| Hex | FE | 79 | 50 | 0 | 34 | 45 | 0 | E | 63 | 41 |
| Octal | 376 | 171 | 120 | 0 | 64 | 105 | 0 | 16 | 143 | 101 |
| Binary | 11111110 | 1111001 | 1010000 | 0 | 110100 | 1000101 | 0 | 1110 | 1100011 | 1000001 |
Color Harmonies of #FE7950
Complementary color
Monochromatic Colors of #FE7950
Black with #FE7950
Text Example
Text Example
White with #FE7950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7950; }
p { color: rgb(254,121,80); }
H1.HeaderClassName
{
color: #FE7950;
}
.AnyTagClassName
{
color: #FE7950;
}
</style>
background-color css
<style>
a { background-color: #FE7950; }
a { background-color: rgb(254,121,80); }
div.DivClassName
{
background-color: #FE7950;
}
.BgClassName
{
background-color: #FE7950;
}
</style>
border-color css
<style>
span { border-color: #FE7950; }
span { border-color: rgb(254,121,80); }
td.TdClassName
{
border-color: #FE7950;
}
.TagClassName
{
border-color: #FE7950;
}
</style>