Shades of Coral #FA8053
Tints of Coral #FA8053
RGB
CMYK
RGB Variations
Color information
#FA8053 (or 0xFA8053) is known color: Coral. HEX triplet: FA, 80 and 53. RGB value is (250,128,83). Sum of RGB (Red+Green+Blue) = 250+128+83=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8053 is #057FAC. Grayscale: #9F9F9F. Windows color (decimal): -360365 or 5472506. OLE color: 5472506.
HSL color Cylindrical-coordinate representation of color #FA8053: hue angle of 16.17º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA8053 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 83 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.02 |
| HSL | 16.17º | 0.94% | 0.65% | - |
| HSV(B) | 16.17º | 0.67% | 0.98% | - |
| XYZ | 48.7 | 36.39 | 12.64 | - |
| YUV | 159.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 83 | 0 | 0.49 | 0.67 | 0.02 | 16.17 | 0.94 | 0.65 |
| Hex | FA | 80 | 53 | 0 | 31 | 43 | 2 | 10 | 5E | 41 |
| Octal | 372 | 200 | 123 | 0 | 61 | 103 | 2 | 20 | 136 | 101 |
| Binary | 11111010 | 10000000 | 1010011 | 0 | 110001 | 1000011 | 10 | 10000 | 1011110 | 1000001 |
Color Harmonies of #FA8053
Complementary color
Monochromatic Colors of #FA8053
Black with #FA8053
Text Example
Text Example
White with #FA8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8053; }
p { color: rgb(250,128,83); }
H1.HeaderClassName
{
color: #FA8053;
}
.AnyTagClassName
{
color: #FA8053;
}
</style>
background-color css
<style>
a { background-color: #FA8053; }
a { background-color: rgb(250,128,83); }
div.DivClassName
{
background-color: #FA8053;
}
.BgClassName
{
background-color: #FA8053;
}
</style>
border-color css
<style>
span { border-color: #FA8053; }
span { border-color: rgb(250,128,83); }
td.TdClassName
{
border-color: #FA8053;
}
.TagClassName
{
border-color: #FA8053;
}
</style>