Shades of Coral #FA8243
Tints of Coral #FA8243
RGB
CMYK
RGB Variations
Color information
#FA8243 (or 0xFA8243) is known color: Coral. HEX triplet: FA, 82 and 43. RGB value is (250,130,67). Sum of RGB (Red+Green+Blue) = 250+130+67=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8243 is #057DBC. Grayscale: #9F9F9F. Windows color (decimal): -359869 or 4424442. OLE color: 4424442.
HSL color Cylindrical-coordinate representation of color #FA8243: hue angle of 20.66º 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 #FA8243 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 67 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.02 |
| HSL | 20.66º | 0.95% | 0.62% | - |
| HSV(B) | 20.66º | 0.73% | 0.98% | - |
| XYZ | 48.42 | 36.69 | 9.84 | - |
| YUV | 158.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 67 | 0 | 0.48 | 0.73 | 0.02 | 20.66 | 0.95 | 0.62 |
| Hex | FA | 82 | 43 | 0 | 30 | 49 | 2 | 15 | 5F | 3E |
| Octal | 372 | 202 | 103 | 0 | 60 | 111 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000010 | 1000011 | 0 | 110000 | 1001001 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8243
Complementary color
Monochromatic Colors of #FA8243
Black with #FA8243
Text Example
Text Example
White with #FA8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8243; }
p { color: rgb(250,130,67); }
H1.HeaderClassName
{
color: #FA8243;
}
.AnyTagClassName
{
color: #FA8243;
}
</style>
background-color css
<style>
a { background-color: #FA8243; }
a { background-color: rgb(250,130,67); }
div.DivClassName
{
background-color: #FA8243;
}
.BgClassName
{
background-color: #FA8243;
}
</style>
border-color css
<style>
span { border-color: #FA8243; }
span { border-color: rgb(250,130,67); }
td.TdClassName
{
border-color: #FA8243;
}
.TagClassName
{
border-color: #FA8243;
}
</style>