Shades of Coral #FE7B45
Tints of Coral #FE7B45
RGB
CMYK
RGB Variations
Color information
#FE7B45 (or 0xFE7B45) is known color: Coral. HEX triplet: FE, 7B and 45. RGB value is (254,123,69). Sum of RGB (Red+Green+Blue) = 254+123+69=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B45 is #0184BA. Grayscale: #9C9C9C. Windows color (decimal): -99515 or 4553726. OLE color: 4553726.
HSL color Cylindrical-coordinate representation of color #FE7B45: hue angle of 17.51º 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 #FE7B45 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 69 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.00 |
| HSL | 17.51º | 0.99% | 0.63% | - |
| HSV(B) | 17.51º | 0.73% | 1% | - |
| XYZ | 49.03 | 35.67 | 9.93 | - |
| YUV | 156.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 69 | 0 | 0.52 | 0.73 | 0.00 | 17.51 | 0.99 | 0.63 |
| Hex | FE | 7B | 45 | 0 | 34 | 49 | 0 | 12 | 63 | 3F |
| Octal | 376 | 173 | 105 | 0 | 64 | 111 | 0 | 22 | 143 | 77 |
| Binary | 11111110 | 1111011 | 1000101 | 0 | 110100 | 1001001 | 0 | 10010 | 1100011 | 111111 |
Color Harmonies of #FE7B45
Complementary color
Monochromatic Colors of #FE7B45
Black with #FE7B45
Text Example
Text Example
White with #FE7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B45; }
p { color: rgb(254,123,69); }
H1.HeaderClassName
{
color: #FE7B45;
}
.AnyTagClassName
{
color: #FE7B45;
}
</style>
background-color css
<style>
a { background-color: #FE7B45; }
a { background-color: rgb(254,123,69); }
div.DivClassName
{
background-color: #FE7B45;
}
.BgClassName
{
background-color: #FE7B45;
}
</style>
border-color css
<style>
span { border-color: #FE7B45; }
span { border-color: rgb(254,123,69); }
td.TdClassName
{
border-color: #FE7B45;
}
.TagClassName
{
border-color: #FE7B45;
}
</style>