Shades of Coral #FE7A45
Tints of Coral #FE7A45
RGB
CMYK
RGB Variations
Color information
#FE7A45 (or 0xFE7A45) is known color: Coral. HEX triplet: FE, 7A and 45. RGB value is (254,122,69). Sum of RGB (Red+Green+Blue) = 254+122+69=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A45 is #0185BA. Grayscale: #9B9B9B. Windows color (decimal): -99771 or 4553470. OLE color: 4553470.
HSL color Cylindrical-coordinate representation of color #FE7A45: hue angle of 17.19º 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 #FE7A45 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 69 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.00 |
| HSL | 17.19º | 0.99% | 0.63% | - |
| HSV(B) | 17.19º | 0.73% | 1% | - |
| XYZ | 48.91 | 35.42 | 9.89 | - |
| YUV | 155.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 69 | 0 | 0.52 | 0.73 | 0.00 | 17.19 | 0.99 | 0.63 |
| Hex | FE | 7A | 45 | 0 | 34 | 49 | 0 | 11 | 63 | 3F |
| Octal | 376 | 172 | 105 | 0 | 64 | 111 | 0 | 21 | 143 | 77 |
| Binary | 11111110 | 1111010 | 1000101 | 0 | 110100 | 1001001 | 0 | 10001 | 1100011 | 111111 |
Color Harmonies of #FE7A45
Complementary color
Monochromatic Colors of #FE7A45
Black with #FE7A45
Text Example
Text Example
White with #FE7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A45; }
p { color: rgb(254,122,69); }
H1.HeaderClassName
{
color: #FE7A45;
}
.AnyTagClassName
{
color: #FE7A45;
}
</style>
background-color css
<style>
a { background-color: #FE7A45; }
a { background-color: rgb(254,122,69); }
div.DivClassName
{
background-color: #FE7A45;
}
.BgClassName
{
background-color: #FE7A45;
}
</style>
border-color css
<style>
span { border-color: #FE7A45; }
span { border-color: rgb(254,122,69); }
td.TdClassName
{
border-color: #FE7A45;
}
.TagClassName
{
border-color: #FE7A45;
}
</style>