Shades of Coral #FA8046
Tints of Coral #FA8046
RGB
CMYK
RGB Variations
Color information
#FA8046 (or 0xFA8046) is known color: Coral. HEX triplet: FA, 80 and 46. RGB value is (250,128,70). Sum of RGB (Red+Green+Blue) = 250+128+70=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8046 is #057FB9. Grayscale: #9E9E9E. Windows color (decimal): -360378 or 4620538. OLE color: 4620538.
HSL color Cylindrical-coordinate representation of color #FA8046: hue angle of 19.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA8046 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 70 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.02 |
| HSL | 19.33º | 0.95% | 0.63% | - |
| HSV(B) | 19.33º | 0.72% | 0.98% | - |
| XYZ | 48.25 | 36.2 | 10.24 | - |
| YUV | 157.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 70 | 0 | 0.49 | 0.72 | 0.02 | 19.33 | 0.95 | 0.63 |
| Hex | FA | 80 | 46 | 0 | 31 | 48 | 2 | 13 | 5F | 3F |
| Octal | 372 | 200 | 106 | 0 | 61 | 110 | 2 | 23 | 137 | 77 |
| Binary | 11111010 | 10000000 | 1000110 | 0 | 110001 | 1001000 | 10 | 10011 | 1011111 | 111111 |
Color Harmonies of #FA8046
Complementary color
Monochromatic Colors of #FA8046
Black with #FA8046
Text Example
Text Example
White with #FA8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8046; }
p { color: rgb(250,128,70); }
H1.HeaderClassName
{
color: #FA8046;
}
.AnyTagClassName
{
color: #FA8046;
}
</style>
background-color css
<style>
a { background-color: #FA8046; }
a { background-color: rgb(250,128,70); }
div.DivClassName
{
background-color: #FA8046;
}
.BgClassName
{
background-color: #FA8046;
}
</style>
border-color css
<style>
span { border-color: #FA8046; }
span { border-color: rgb(250,128,70); }
td.TdClassName
{
border-color: #FA8046;
}
.TagClassName
{
border-color: #FA8046;
}
</style>