Shades of Coral #FA7546
Tints of Coral #FA7546
RGB
CMYK
RGB Variations
Color information
#FA7546 (or 0xFA7546) is known color: Coral. HEX triplet: FA, 75 and 46. RGB value is (250,117,70). Sum of RGB (Red+Green+Blue) = 250+117+70=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7546 is #058AB9. Grayscale: #979797. Windows color (decimal): -363194 or 4617722. OLE color: 4617722.
HSL color Cylindrical-coordinate representation of color #FA7546: hue angle of 15.67º 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 #FA7546 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 70 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.02 |
| HSL | 15.67º | 0.95% | 0.63% | - |
| HSV(B) | 15.67º | 0.72% | 0.98% | - |
| XYZ | 46.89 | 33.49 | 9.79 | - |
| YUV | 151.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 70 | 0 | 0.53 | 0.72 | 0.02 | 15.67 | 0.95 | 0.63 |
| Hex | FA | 75 | 46 | 0 | 35 | 48 | 2 | 10 | 5F | 3F |
| Octal | 372 | 165 | 106 | 0 | 65 | 110 | 2 | 20 | 137 | 77 |
| Binary | 11111010 | 1110101 | 1000110 | 0 | 110101 | 1001000 | 10 | 10000 | 1011111 | 111111 |
Color Harmonies of #FA7546
Complementary color
Monochromatic Colors of #FA7546
Black with #FA7546
Text Example
Text Example
White with #FA7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7546; }
p { color: rgb(250,117,70); }
H1.HeaderClassName
{
color: #FA7546;
}
.AnyTagClassName
{
color: #FA7546;
}
</style>
background-color css
<style>
a { background-color: #FA7546; }
a { background-color: rgb(250,117,70); }
div.DivClassName
{
background-color: #FA7546;
}
.BgClassName
{
background-color: #FA7546;
}
</style>
border-color css
<style>
span { border-color: #FA7546; }
span { border-color: rgb(250,117,70); }
td.TdClassName
{
border-color: #FA7546;
}
.TagClassName
{
border-color: #FA7546;
}
</style>