Shades of Coral #FE774A
Tints of Coral #FE774A
RGB
CMYK
RGB Variations
Color information
#FE774A (or 0xFE774A) is known color: Coral. HEX triplet: FE, 77 and 4A. RGB value is (254,119,74). Sum of RGB (Red+Green+Blue) = 254+119+74=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE774A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE774A is #0188B5. Grayscale: #9A9A9A. Windows color (decimal): -100534 or 4880382. OLE color: 4880382.
HSL color Cylindrical-coordinate representation of color #FE774A: hue angle of 15º 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 #FE774A is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 74 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.00 |
| HSL | 15º | 0.99% | 0.64% | - |
| HSV(B) | 15º | 0.71% | 1% | - |
| XYZ | 48.71 | 34.76 | 10.62 | - |
| YUV | 154.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 74 | 0 | 0.53 | 0.71 | 0.00 | 15 | 0.99 | 0.64 |
| Hex | FE | 77 | 4A | 0 | 35 | 47 | 0 | F | 63 | 40 |
| Octal | 376 | 167 | 112 | 0 | 65 | 107 | 0 | 17 | 143 | 100 |
| Binary | 11111110 | 1110111 | 1001010 | 0 | 110101 | 1000111 | 0 | 1111 | 1100011 | 1000000 |
Color Harmonies of #FE774A
Complementary color
Monochromatic Colors of #FE774A
Black with #FE774A
Text Example
Text Example
White with #FE774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE774A; }
p { color: rgb(254,119,74); }
H1.HeaderClassName
{
color: #FE774A;
}
.AnyTagClassName
{
color: #FE774A;
}
</style>
background-color css
<style>
a { background-color: #FE774A; }
a { background-color: rgb(254,119,74); }
div.DivClassName
{
background-color: #FE774A;
}
.BgClassName
{
background-color: #FE774A;
}
</style>
border-color css
<style>
span { border-color: #FE774A; }
span { border-color: rgb(254,119,74); }
td.TdClassName
{
border-color: #FE774A;
}
.TagClassName
{
border-color: #FE774A;
}
</style>