Shades of Coral #FE7A44
Tints of Coral #FE7A44
RGB
CMYK
RGB Variations
Color information
#FE7A44 (or 0xFE7A44) is known color: Coral. HEX triplet: FE, 7A and 44. RGB value is (254,122,68). Sum of RGB (Red+Green+Blue) = 254+122+68=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A44 is #0185BB. Grayscale: #9B9B9B. Windows color (decimal): -99772 or 4487934. OLE color: 4487934.
HSL color Cylindrical-coordinate representation of color #FE7A44: hue angle of 17.42º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE7A44 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 68 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.00 |
| HSL | 17.42º | 0.99% | 0.63% | - |
| HSV(B) | 17.42º | 0.73% | 1% | - |
| XYZ | 48.88 | 35.41 | 9.73 | - |
| YUV | 155.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 68 | 0 | 0.52 | 0.73 | 0.00 | 17.42 | 0.99 | 0.63 |
| Hex | FE | 7A | 44 | 0 | 34 | 49 | 0 | 11 | 63 | 3F |
| Octal | 376 | 172 | 104 | 0 | 64 | 111 | 0 | 21 | 143 | 77 |
| Binary | 11111110 | 1111010 | 1000100 | 0 | 110100 | 1001001 | 0 | 10001 | 1100011 | 111111 |
Color Harmonies of #FE7A44
Complementary color
Monochromatic Colors of #FE7A44
Black with #FE7A44
Text Example
Text Example
White with #FE7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A44; }
p { color: rgb(254,122,68); }
H1.HeaderClassName
{
color: #FE7A44;
}
.AnyTagClassName
{
color: #FE7A44;
}
</style>
background-color css
<style>
a { background-color: #FE7A44; }
a { background-color: rgb(254,122,68); }
div.DivClassName
{
background-color: #FE7A44;
}
.BgClassName
{
background-color: #FE7A44;
}
</style>
border-color css
<style>
span { border-color: #FE7A44; }
span { border-color: rgb(254,122,68); }
td.TdClassName
{
border-color: #FE7A44;
}
.TagClassName
{
border-color: #FE7A44;
}
</style>