Shades of Coral #FE754E
Tints of Coral #FE754E
RGB
CMYK
RGB Variations
Color information
#FE754E (or 0xFE754E) is known color: Coral. HEX triplet: FE, 75 and 4E. RGB value is (254,117,78). Sum of RGB (Red+Green+Blue) = 254+117+78=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE754E is #018AB1. Grayscale: #999999. Windows color (decimal): -101042 or 5142014. OLE color: 5142014.
HSL color Cylindrical-coordinate representation of color #FE754E: hue angle of 13.3º 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 #FE754E is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 78 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.00 |
| HSL | 13.3º | 0.99% | 0.65% | - |
| HSV(B) | 13.3º | 0.69% | 1% | - |
| XYZ | 48.61 | 34.34 | 11.27 | - |
| YUV | 153.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 78 | 0 | 0.54 | 0.69 | 0.00 | 13.3 | 0.99 | 0.65 |
| Hex | FE | 75 | 4E | 0 | 36 | 45 | 0 | D | 63 | 41 |
| Octal | 376 | 165 | 116 | 0 | 66 | 105 | 0 | 15 | 143 | 101 |
| Binary | 11111110 | 1110101 | 1001110 | 0 | 110110 | 1000101 | 0 | 1101 | 1100011 | 1000001 |
Color Harmonies of #FE754E
Complementary color
Monochromatic Colors of #FE754E
Black with #FE754E
Text Example
Text Example
White with #FE754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE754E; }
p { color: rgb(254,117,78); }
H1.HeaderClassName
{
color: #FE754E;
}
.AnyTagClassName
{
color: #FE754E;
}
</style>
background-color css
<style>
a { background-color: #FE754E; }
a { background-color: rgb(254,117,78); }
div.DivClassName
{
background-color: #FE754E;
}
.BgClassName
{
background-color: #FE754E;
}
</style>
border-color css
<style>
span { border-color: #FE754E; }
span { border-color: rgb(254,117,78); }
td.TdClassName
{
border-color: #FE754E;
}
.TagClassName
{
border-color: #FE754E;
}
</style>