Shades of Coral #FA7C45
Tints of Coral #FA7C45
RGB
CMYK
RGB Variations
Color information
#FA7C45 (or 0xFA7C45) is known color: Coral. HEX triplet: FA, 7C and 45. RGB value is (250,124,69). Sum of RGB (Red+Green+Blue) = 250+124+69=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C45 is #0583BA. Grayscale: #9B9B9B. Windows color (decimal): -361403 or 4553978. OLE color: 4553978.
HSL color Cylindrical-coordinate representation of color #FA7C45: hue angle of 18.23º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA7C45 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 69 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.02 |
| HSL | 18.23º | 0.95% | 0.63% | - |
| HSV(B) | 18.23º | 0.72% | 0.98% | - |
| XYZ | 47.71 | 35.17 | 9.9 | - |
| YUV | 155.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 69 | 0 | 0.50 | 0.72 | 0.02 | 18.23 | 0.95 | 0.63 |
| Hex | FA | 7C | 45 | 0 | 32 | 48 | 2 | 12 | 5F | 3F |
| Octal | 372 | 174 | 105 | 0 | 62 | 110 | 2 | 22 | 137 | 77 |
| Binary | 11111010 | 1111100 | 1000101 | 0 | 110010 | 1001000 | 10 | 10010 | 1011111 | 111111 |
Color Harmonies of #FA7C45
Complementary color
Monochromatic Colors of #FA7C45
Black with #FA7C45
Text Example
Text Example
White with #FA7C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C45; }
p { color: rgb(250,124,69); }
H1.HeaderClassName
{
color: #FA7C45;
}
.AnyTagClassName
{
color: #FA7C45;
}
</style>
background-color css
<style>
a { background-color: #FA7C45; }
a { background-color: rgb(250,124,69); }
div.DivClassName
{
background-color: #FA7C45;
}
.BgClassName
{
background-color: #FA7C45;
}
</style>
border-color css
<style>
span { border-color: #FA7C45; }
span { border-color: rgb(250,124,69); }
td.TdClassName
{
border-color: #FA7C45;
}
.TagClassName
{
border-color: #FA7C45;
}
</style>