Shades of Coral #FA7448
Tints of Coral #FA7448
RGB
CMYK
RGB Variations
Color information
#FA7448 (or 0xFA7448) is known color: Coral. HEX triplet: FA, 74 and 48. RGB value is (250,116,72). Sum of RGB (Red+Green+Blue) = 250+116+72=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7448 is #058BB7. Grayscale: #979797. Windows color (decimal): -363448 or 4748538. OLE color: 4748538.
HSL color Cylindrical-coordinate representation of color #FA7448: hue angle of 14.83º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA7448 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 72 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.02 |
| HSL | 14.83º | 0.95% | 0.63% | - |
| HSV(B) | 14.83º | 0.71% | 0.98% | - |
| XYZ | 46.84 | 33.28 | 10.09 | - |
| YUV | 151.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 72 | 0 | 0.54 | 0.71 | 0.02 | 14.83 | 0.95 | 0.63 |
| Hex | FA | 74 | 48 | 0 | 36 | 47 | 2 | F | 5F | 3F |
| Octal | 372 | 164 | 110 | 0 | 66 | 107 | 2 | 17 | 137 | 77 |
| Binary | 11111010 | 1110100 | 1001000 | 0 | 110110 | 1000111 | 10 | 1111 | 1011111 | 111111 |
Color Harmonies of #FA7448
Complementary color
Monochromatic Colors of #FA7448
Black with #FA7448
Text Example
Text Example
White with #FA7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7448; }
p { color: rgb(250,116,72); }
H1.HeaderClassName
{
color: #FA7448;
}
.AnyTagClassName
{
color: #FA7448;
}
</style>
background-color css
<style>
a { background-color: #FA7448; }
a { background-color: rgb(250,116,72); }
div.DivClassName
{
background-color: #FA7448;
}
.BgClassName
{
background-color: #FA7448;
}
</style>
border-color css
<style>
span { border-color: #FA7448; }
span { border-color: rgb(250,116,72); }
td.TdClassName
{
border-color: #FA7448;
}
.TagClassName
{
border-color: #FA7448;
}
</style>