Shades of Coral #FA7C44
Tints of Coral #FA7C44
RGB
CMYK
RGB Variations
Color information
#FA7C44 (or 0xFA7C44) is known color: Coral. HEX triplet: FA, 7C and 44. RGB value is (250,124,68). Sum of RGB (Red+Green+Blue) = 250+124+68=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C44 is #0583BB. Grayscale: #9B9B9B. Windows color (decimal): -361404 or 4488442. OLE color: 4488442.
HSL color Cylindrical-coordinate representation of color #FA7C44: hue angle of 18.46º 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 #FA7C44 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 68 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.02 |
| HSL | 18.46º | 0.95% | 0.62% | - |
| HSV(B) | 18.46º | 0.73% | 0.98% | - |
| XYZ | 47.68 | 35.16 | 9.74 | - |
| YUV | 155.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 68 | 0 | 0.50 | 0.73 | 0.02 | 18.46 | 0.95 | 0.62 |
| Hex | FA | 7C | 44 | 0 | 32 | 49 | 2 | 12 | 5F | 3E |
| Octal | 372 | 174 | 104 | 0 | 62 | 111 | 2 | 22 | 137 | 76 |
| Binary | 11111010 | 1111100 | 1000100 | 0 | 110010 | 1001001 | 10 | 10010 | 1011111 | 111110 |
Color Harmonies of #FA7C44
Complementary color
Monochromatic Colors of #FA7C44
Black with #FA7C44
Text Example
Text Example
White with #FA7C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C44; }
p { color: rgb(250,124,68); }
H1.HeaderClassName
{
color: #FA7C44;
}
.AnyTagClassName
{
color: #FA7C44;
}
</style>
background-color css
<style>
a { background-color: #FA7C44; }
a { background-color: rgb(250,124,68); }
div.DivClassName
{
background-color: #FA7C44;
}
.BgClassName
{
background-color: #FA7C44;
}
</style>
border-color css
<style>
span { border-color: #FA7C44; }
span { border-color: rgb(250,124,68); }
td.TdClassName
{
border-color: #FA7C44;
}
.TagClassName
{
border-color: #FA7C44;
}
</style>