Shades of Coral #FA8443
Tints of Coral #FA8443
RGB
CMYK
RGB Variations
Color information
#FA8443 (or 0xFA8443) is known color: Coral. HEX triplet: FA, 84 and 43. RGB value is (250,132,67). Sum of RGB (Red+Green+Blue) = 250+132+67=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8443 is #057BBC. Grayscale: #A0A0A0. Windows color (decimal): -359357 or 4424954. OLE color: 4424954.
HSL color Cylindrical-coordinate representation of color #FA8443: hue angle of 21.31º 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 #FA8443 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 67 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.31º | 0.95% | 0.62% | - |
| HSV(B) | 21.31º | 0.73% | 0.98% | - |
| XYZ | 48.69 | 37.23 | 9.93 | - |
| YUV | 159.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 67 | 0 | 0.47 | 0.73 | 0.02 | 21.31 | 0.95 | 0.62 |
| Hex | FA | 84 | 43 | 0 | 2F | 49 | 2 | 15 | 5F | 3E |
| Octal | 372 | 204 | 103 | 0 | 57 | 111 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000100 | 1000011 | 0 | 101111 | 1001001 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8443
Complementary color
Monochromatic Colors of #FA8443
Black with #FA8443
Text Example
Text Example
White with #FA8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8443; }
p { color: rgb(250,132,67); }
H1.HeaderClassName
{
color: #FA8443;
}
.AnyTagClassName
{
color: #FA8443;
}
</style>
background-color css
<style>
a { background-color: #FA8443; }
a { background-color: rgb(250,132,67); }
div.DivClassName
{
background-color: #FA8443;
}
.BgClassName
{
background-color: #FA8443;
}
</style>
border-color css
<style>
span { border-color: #FA8443; }
span { border-color: rgb(250,132,67); }
td.TdClassName
{
border-color: #FA8443;
}
.TagClassName
{
border-color: #FA8443;
}
</style>