Shades of Coral #FE754F
Tints of Coral #FE754F
RGB
CMYK
RGB Variations
Color information
#FE754F (or 0xFE754F) is known color: Coral. HEX triplet: FE, 75 and 4F. RGB value is (254,117,79). Sum of RGB (Red+Green+Blue) = 254+117+79=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE754F is #018AB0. Grayscale: #999999. Windows color (decimal): -101041 or 5207550. OLE color: 5207550.
HSL color Cylindrical-coordinate representation of color #FE754F: hue angle of 13.03º 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 #FE754F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 79 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.00 |
| HSL | 13.03º | 0.99% | 0.65% | - |
| HSV(B) | 13.03º | 0.69% | 1% | - |
| XYZ | 48.65 | 34.36 | 11.46 | - |
| YUV | 153.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 79 | 0 | 0.54 | 0.69 | 0.00 | 13.03 | 0.99 | 0.65 |
| Hex | FE | 75 | 4F | 0 | 36 | 45 | 0 | D | 63 | 41 |
| Octal | 376 | 165 | 117 | 0 | 66 | 105 | 0 | 15 | 143 | 101 |
| Binary | 11111110 | 1110101 | 1001111 | 0 | 110110 | 1000101 | 0 | 1101 | 1100011 | 1000001 |
Color Harmonies of #FE754F
Complementary color
Monochromatic Colors of #FE754F
Black with #FE754F
Text Example
Text Example
White with #FE754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE754F; }
p { color: rgb(254,117,79); }
H1.HeaderClassName
{
color: #FE754F;
}
.AnyTagClassName
{
color: #FE754F;
}
</style>
background-color css
<style>
a { background-color: #FE754F; }
a { background-color: rgb(254,117,79); }
div.DivClassName
{
background-color: #FE754F;
}
.BgClassName
{
background-color: #FE754F;
}
</style>
border-color css
<style>
span { border-color: #FE754F; }
span { border-color: rgb(254,117,79); }
td.TdClassName
{
border-color: #FE754F;
}
.TagClassName
{
border-color: #FE754F;
}
</style>