Shades of Coral #FE754D
Tints of Coral #FE754D
RGB
CMYK
RGB Variations
Color information
#FE754D (or 0xFE754D) is known color: Coral. HEX triplet: FE, 75 and 4D. RGB value is (254,117,77). Sum of RGB (Red+Green+Blue) = 254+117+77=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE754D is #018AB2. Grayscale: #999999. Windows color (decimal): -101043 or 5076478. OLE color: 5076478.
HSL color Cylindrical-coordinate representation of color #FE754D: hue angle of 13.56º 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 #FE754D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 77 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.00 |
| HSL | 13.56º | 0.99% | 0.65% | - |
| HSV(B) | 13.56º | 0.7% | 1% | - |
| XYZ | 48.57 | 34.33 | 11.09 | - |
| YUV | 153.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 77 | 0 | 0.54 | 0.70 | 0.00 | 13.56 | 0.99 | 0.65 |
| Hex | FE | 75 | 4D | 0 | 36 | 46 | 0 | E | 63 | 41 |
| Octal | 376 | 165 | 115 | 0 | 66 | 106 | 0 | 16 | 143 | 101 |
| Binary | 11111110 | 1110101 | 1001101 | 0 | 110110 | 1000110 | 0 | 1110 | 1100011 | 1000001 |
Color Harmonies of #FE754D
Complementary color
Monochromatic Colors of #FE754D
Black with #FE754D
Text Example
Text Example
White with #FE754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE754D; }
p { color: rgb(254,117,77); }
H1.HeaderClassName
{
color: #FE754D;
}
.AnyTagClassName
{
color: #FE754D;
}
</style>
background-color css
<style>
a { background-color: #FE754D; }
a { background-color: rgb(254,117,77); }
div.DivClassName
{
background-color: #FE754D;
}
.BgClassName
{
background-color: #FE754D;
}
</style>
border-color css
<style>
span { border-color: #FE754D; }
span { border-color: rgb(254,117,77); }
td.TdClassName
{
border-color: #FE754D;
}
.TagClassName
{
border-color: #FE754D;
}
</style>