Shades of Coral #FA8544
Tints of Coral #FA8544
RGB
CMYK
RGB Variations
Color information
#FA8544 (or 0xFA8544) is known color: Coral. HEX triplet: FA, 85 and 44. RGB value is (250,133,68). Sum of RGB (Red+Green+Blue) = 250+133+68=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8544 is #057ABB. Grayscale: #A0A0A0. Windows color (decimal): -359100 or 4490746. OLE color: 4490746.
HSL color Cylindrical-coordinate representation of color #FA8544: hue angle of 21.43º 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 #FA8544 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 68 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.43º | 0.95% | 0.62% | - |
| HSV(B) | 21.43º | 0.73% | 0.98% | - |
| XYZ | 48.86 | 37.52 | 10.14 | - |
| YUV | 160.57 | 75.76 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 68 | 0 | 0.47 | 0.73 | 0.02 | 21.43 | 0.95 | 0.62 |
| Hex | FA | 85 | 44 | 0 | 2F | 49 | 2 | 15 | 5F | 3E |
| Octal | 372 | 205 | 104 | 0 | 57 | 111 | 2 | 25 | 137 | 76 |
| Binary | 11111010 | 10000101 | 1000100 | 0 | 101111 | 1001001 | 10 | 10101 | 1011111 | 111110 |
Color Harmonies of #FA8544
Complementary color
Monochromatic Colors of #FA8544
Black with #FA8544
Text Example
Text Example
White with #FA8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8544; }
p { color: rgb(250,133,68); }
H1.HeaderClassName
{
color: #FA8544;
}
.AnyTagClassName
{
color: #FA8544;
}
</style>
background-color css
<style>
a { background-color: #FA8544; }
a { background-color: rgb(250,133,68); }
div.DivClassName
{
background-color: #FA8544;
}
.BgClassName
{
background-color: #FA8544;
}
</style>
border-color css
<style>
span { border-color: #FA8544; }
span { border-color: rgb(250,133,68); }
td.TdClassName
{
border-color: #FA8544;
}
.TagClassName
{
border-color: #FA8544;
}
</style>