Shades of Coral #FA8448
Tints of Coral #FA8448
RGB
CMYK
RGB Variations
Color information
#FA8448 (or 0xFA8448) is known color: Coral. HEX triplet: FA, 84 and 48. RGB value is (250,132,72). Sum of RGB (Red+Green+Blue) = 250+132+72=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8448 is #057BB7. Grayscale: #A0A0A0. Windows color (decimal): -359352 or 4752634. OLE color: 4752634.
HSL color Cylindrical-coordinate representation of color #FA8448: hue angle of 20.22º 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 #FA8448 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 72 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.02 |
| HSL | 20.22º | 0.95% | 0.63% | - |
| HSV(B) | 20.22º | 0.71% | 0.98% | - |
| XYZ | 48.85 | 37.29 | 10.76 | - |
| YUV | 160.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 72 | 0 | 0.47 | 0.71 | 0.02 | 20.22 | 0.95 | 0.63 |
| Hex | FA | 84 | 48 | 0 | 2F | 47 | 2 | 14 | 5F | 3F |
| Octal | 372 | 204 | 110 | 0 | 57 | 107 | 2 | 24 | 137 | 77 |
| Binary | 11111010 | 10000100 | 1001000 | 0 | 101111 | 1000111 | 10 | 10100 | 1011111 | 111111 |
Color Harmonies of #FA8448
Complementary color
Monochromatic Colors of #FA8448
Black with #FA8448
Text Example
Text Example
White with #FA8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8448; }
p { color: rgb(250,132,72); }
H1.HeaderClassName
{
color: #FA8448;
}
.AnyTagClassName
{
color: #FA8448;
}
</style>
background-color css
<style>
a { background-color: #FA8448; }
a { background-color: rgb(250,132,72); }
div.DivClassName
{
background-color: #FA8448;
}
.BgClassName
{
background-color: #FA8448;
}
</style>
border-color css
<style>
span { border-color: #FA8448; }
span { border-color: rgb(250,132,72); }
td.TdClassName
{
border-color: #FA8448;
}
.TagClassName
{
border-color: #FA8448;
}
</style>