Shades of Coral #FA8142
Tints of Coral #FA8142
RGB
CMYK
RGB Variations
Color information
#FA8142 (or 0xFA8142) is known color: Coral. HEX triplet: FA, 81 and 42. RGB value is (250,129,66). Sum of RGB (Red+Green+Blue) = 250+129+66=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8142 is #057EBD. Grayscale: #9E9E9E. Windows color (decimal): -360126 or 4358650. OLE color: 4358650.
HSL color Cylindrical-coordinate representation of color #FA8142: hue angle of 20.54º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA8142 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 66 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.02 |
| HSL | 20.54º | 0.95% | 0.62% | - |
| HSV(B) | 20.54º | 0.74% | 0.98% | - |
| XYZ | 48.26 | 36.42 | 9.64 | - |
| YUV | 158 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 66 | 0 | 0.48 | 0.74 | 0.02 | 20.54 | 0.95 | 0.62 |
| Hex | FA | 81 | 42 | 0 | 30 | 4A | 2 | 15 | 5F | 3E |
| Octal | 372 | 201 | 102 | 0 | 60 | 112 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000001 | 1000010 | 0 | 110000 | 1001010 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8142
Complementary color
Monochromatic Colors of #FA8142
Black with #FA8142
Text Example
Text Example
White with #FA8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8142; }
p { color: rgb(250,129,66); }
H1.HeaderClassName
{
color: #FA8142;
}
.AnyTagClassName
{
color: #FA8142;
}
</style>
background-color css
<style>
a { background-color: #FA8142; }
a { background-color: rgb(250,129,66); }
div.DivClassName
{
background-color: #FA8142;
}
.BgClassName
{
background-color: #FA8142;
}
</style>
border-color css
<style>
span { border-color: #FA8142; }
span { border-color: rgb(250,129,66); }
td.TdClassName
{
border-color: #FA8142;
}
.TagClassName
{
border-color: #FA8142;
}
</style>