Shades of Coral #FA714F
Tints of Coral #FA714F
RGB
CMYK
RGB Variations
Color information
#FA714F (or 0xFA714F) is known color: Coral. HEX triplet: FA, 71 and 4F. RGB value is (250,113,79). Sum of RGB (Red+Green+Blue) = 250+113+79=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA714F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA714F is #058EB0. Grayscale: #969696. Windows color (decimal): -364209 or 5206522. OLE color: 5206522.
HSL color Cylindrical-coordinate representation of color #FA714F: hue angle of 11.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA714F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 79 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.02 |
| HSL | 11.93º | 0.94% | 0.65% | - |
| HSV(B) | 11.93º | 0.68% | 0.98% | - |
| XYZ | 46.74 | 32.7 | 11.25 | - |
| YUV | 150.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 79 | 0 | 0.55 | 0.68 | 0.02 | 11.93 | 0.94 | 0.65 |
| Hex | FA | 71 | 4F | 0 | 37 | 44 | 2 | C | 5E | 41 |
| Octal | 372 | 161 | 117 | 0 | 67 | 104 | 2 | 14 | 136 | 101 |
| Binary | 11111010 | 1110001 | 1001111 | 0 | 110111 | 1000100 | 10 | 1100 | 1011110 | 1000001 |
Color Harmonies of #FA714F
Complementary color
Monochromatic Colors of #FA714F
Black with #FA714F
Text Example
Text Example
White with #FA714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA714F; }
p { color: rgb(250,113,79); }
H1.HeaderClassName
{
color: #FA714F;
}
.AnyTagClassName
{
color: #FA714F;
}
</style>
background-color css
<style>
a { background-color: #FA714F; }
a { background-color: rgb(250,113,79); }
div.DivClassName
{
background-color: #FA714F;
}
.BgClassName
{
background-color: #FA714F;
}
</style>
border-color css
<style>
span { border-color: #FA714F; }
span { border-color: rgb(250,113,79); }
td.TdClassName
{
border-color: #FA714F;
}
.TagClassName
{
border-color: #FA714F;
}
</style>