Shades of Coral #FA8444
Tints of Coral #FA8444
RGB
CMYK
RGB Variations
Color information
#FA8444 (or 0xFA8444) is known color: Coral. HEX triplet: FA, 84 and 44. RGB value is (250,132,68). Sum of RGB (Red+Green+Blue) = 250+132+68=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8444 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8444 is #057BBB. Grayscale: #A0A0A0. Windows color (decimal): -359356 or 4490490. OLE color: 4490490.
HSL color Cylindrical-coordinate representation of color #FA8444: hue angle of 21.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA8444 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 68 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.1º | 0.95% | 0.62% | - |
| HSV(B) | 21.1º | 0.73% | 0.98% | - |
| XYZ | 48.72 | 37.24 | 10.09 | - |
| YUV | 159.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 68 | 0 | 0.47 | 0.73 | 0.02 | 21.1 | 0.95 | 0.62 |
| Hex | FA | 84 | 44 | 0 | 2F | 49 | 2 | 15 | 5F | 3E |
| Octal | 372 | 204 | 104 | 0 | 57 | 111 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000100 | 1000100 | 0 | 101111 | 1001001 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8444
Complementary color
Monochromatic Colors of #FA8444
Black with #FA8444
Text Example
Text Example
White with #FA8444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8444; }
p { color: rgb(250,132,68); }
H1.HeaderClassName
{
color: #FA8444;
}
.AnyTagClassName
{
color: #FA8444;
}
</style>
background-color css
<style>
a { background-color: #FA8444; }
a { background-color: rgb(250,132,68); }
div.DivClassName
{
background-color: #FA8444;
}
.BgClassName
{
background-color: #FA8444;
}
</style>
border-color css
<style>
span { border-color: #FA8444; }
span { border-color: rgb(250,132,68); }
td.TdClassName
{
border-color: #FA8444;
}
.TagClassName
{
border-color: #FA8444;
}
</style>