Shades of Coral #FA7F45
Tints of Coral #FA7F45
RGB
CMYK
RGB Variations
Color information
#FA7F45 (or 0xFA7F45) is known color: Coral. HEX triplet: FA, 7F and 45. RGB value is (250,127,69). Sum of RGB (Red+Green+Blue) = 250+127+69=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F45 is #0580BA. Grayscale: #9D9D9D. Windows color (decimal): -360635 or 4554746. OLE color: 4554746.
HSL color Cylindrical-coordinate representation of color #FA7F45: hue angle of 19.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 #FA7F45 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 69 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.02 |
| HSL | 19.23º | 0.95% | 0.63% | - |
| HSV(B) | 19.23º | 0.72% | 0.98% | - |
| XYZ | 48.09 | 35.93 | 10.03 | - |
| YUV | 157.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 69 | 0 | 0.49 | 0.72 | 0.02 | 19.23 | 0.95 | 0.63 |
| Hex | FA | 7F | 45 | 0 | 31 | 48 | 2 | 13 | 5F | 3F |
| Octal | 372 | 177 | 105 | 0 | 61 | 110 | 2 | 23 | 137 | 77 |
| Binary | 11111010 | 1111111 | 1000101 | 0 | 110001 | 1001000 | 10 | 10011 | 1011111 | 111111 |
Color Harmonies of #FA7F45
Complementary color
Monochromatic Colors of #FA7F45
Black with #FA7F45
Text Example
Text Example
White with #FA7F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F45; }
p { color: rgb(250,127,69); }
H1.HeaderClassName
{
color: #FA7F45;
}
.AnyTagClassName
{
color: #FA7F45;
}
</style>
background-color css
<style>
a { background-color: #FA7F45; }
a { background-color: rgb(250,127,69); }
div.DivClassName
{
background-color: #FA7F45;
}
.BgClassName
{
background-color: #FA7F45;
}
</style>
border-color css
<style>
span { border-color: #FA7F45; }
span { border-color: rgb(250,127,69); }
td.TdClassName
{
border-color: #FA7F45;
}
.TagClassName
{
border-color: #FA7F45;
}
</style>