Shades of Coral #FA7453
Tints of Coral #FA7453
RGB
CMYK
RGB Variations
Color information
#FA7453 (or 0xFA7453) is known color: Coral. HEX triplet: FA, 74 and 53. RGB value is (250,116,83). Sum of RGB (Red+Green+Blue) = 250+116+83=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7453 is #058BAC. Grayscale: #989898. Windows color (decimal): -363437 or 5469434. OLE color: 5469434.
HSL color Cylindrical-coordinate representation of color #FA7453: hue angle of 11.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA7453 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 83 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.02 |
| HSL | 11.86º | 0.94% | 0.65% | - |
| HSV(B) | 11.86º | 0.67% | 0.98% | - |
| XYZ | 47.23 | 33.44 | 12.15 | - |
| YUV | 152.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 83 | 0 | 0.54 | 0.67 | 0.02 | 11.86 | 0.94 | 0.65 |
| Hex | FA | 74 | 53 | 0 | 36 | 43 | 2 | C | 5E | 41 |
| Octal | 372 | 164 | 123 | 0 | 66 | 103 | 2 | 14 | 136 | 101 |
| Binary | 11111010 | 1110100 | 1010011 | 0 | 110110 | 1000011 | 10 | 1100 | 1011110 | 1000001 |
Color Harmonies of #FA7453
Complementary color
Monochromatic Colors of #FA7453
Black with #FA7453
Text Example
Text Example
White with #FA7453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7453; }
p { color: rgb(250,116,83); }
H1.HeaderClassName
{
color: #FA7453;
}
.AnyTagClassName
{
color: #FA7453;
}
</style>
background-color css
<style>
a { background-color: #FA7453; }
a { background-color: rgb(250,116,83); }
div.DivClassName
{
background-color: #FA7453;
}
.BgClassName
{
background-color: #FA7453;
}
</style>
border-color css
<style>
span { border-color: #FA7453; }
span { border-color: rgb(250,116,83); }
td.TdClassName
{
border-color: #FA7453;
}
.TagClassName
{
border-color: #FA7453;
}
</style>