Shades of Coral #FE734A
Tints of Coral #FE734A
RGB
CMYK
RGB Variations
Color information
#FE734A (or 0xFE734A) is known color: Coral. HEX triplet: FE, 73 and 4A. RGB value is (254,115,74). Sum of RGB (Red+Green+Blue) = 254+115+74=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE734A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE734A is #018CB5. Grayscale: #989898. Windows color (decimal): -101558 or 4879358. OLE color: 4879358.
HSL color Cylindrical-coordinate representation of color #FE734A: hue angle of 13.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE734A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 74 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.00 |
| HSL | 13.67º | 0.99% | 0.64% | - |
| HSV(B) | 13.67º | 0.71% | 1% | - |
| XYZ | 48.24 | 33.83 | 10.47 | - |
| YUV | 151.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 74 | 0 | 0.55 | 0.71 | 0.00 | 13.67 | 0.99 | 0.64 |
| Hex | FE | 73 | 4A | 0 | 37 | 47 | 0 | E | 63 | 40 |
| Octal | 376 | 163 | 112 | 0 | 67 | 107 | 0 | 16 | 143 | 100 |
| Binary | 11111110 | 1110011 | 1001010 | 0 | 110111 | 1000111 | 0 | 1110 | 1100011 | 1000000 |
Color Harmonies of #FE734A
Complementary color
Monochromatic Colors of #FE734A
Black with #FE734A
Text Example
Text Example
White with #FE734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE734A; }
p { color: rgb(254,115,74); }
H1.HeaderClassName
{
color: #FE734A;
}
.AnyTagClassName
{
color: #FE734A;
}
</style>
background-color css
<style>
a { background-color: #FE734A; }
a { background-color: rgb(254,115,74); }
div.DivClassName
{
background-color: #FE734A;
}
.BgClassName
{
background-color: #FE734A;
}
</style>
border-color css
<style>
span { border-color: #FE734A; }
span { border-color: rgb(254,115,74); }
td.TdClassName
{
border-color: #FE734A;
}
.TagClassName
{
border-color: #FE734A;
}
</style>