Shades of Coral #FA804C
Tints of Coral #FA804C
RGB
CMYK
RGB Variations
Color information
#FA804C (or 0xFA804C) is known color: Coral. HEX triplet: FA, 80 and 4C. RGB value is (250,128,76). Sum of RGB (Red+Green+Blue) = 250+128+76=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA804C is #057FB3. Grayscale: #9E9E9E. Windows color (decimal): -360372 or 5013754. OLE color: 5013754.
HSL color Cylindrical-coordinate representation of color #FA804C: hue angle of 17.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA804C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.02 |
| HSL | 17.93º | 0.95% | 0.64% | - |
| HSV(B) | 17.93º | 0.7% | 0.98% | - |
| XYZ | 48.45 | 36.28 | 11.29 | - |
| YUV | 158.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 76 | 0 | 0.49 | 0.70 | 0.02 | 17.93 | 0.95 | 0.64 |
| Hex | FA | 80 | 4C | 0 | 31 | 46 | 2 | 12 | 5F | 40 |
| Octal | 372 | 200 | 114 | 0 | 61 | 106 | 2 | 22 | 137 | 100 |
| Binary | 11111010 | 10000000 | 1001100 | 0 | 110001 | 1000110 | 10 | 10010 | 1011111 | 1000000 |
Color Harmonies of #FA804C
Complementary color
Monochromatic Colors of #FA804C
Black with #FA804C
Text Example
Text Example
White with #FA804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA804C; }
p { color: rgb(250,128,76); }
H1.HeaderClassName
{
color: #FA804C;
}
.AnyTagClassName
{
color: #FA804C;
}
</style>
background-color css
<style>
a { background-color: #FA804C; }
a { background-color: rgb(250,128,76); }
div.DivClassName
{
background-color: #FA804C;
}
.BgClassName
{
background-color: #FA804C;
}
</style>
border-color css
<style>
span { border-color: #FA804C; }
span { border-color: rgb(250,128,76); }
td.TdClassName
{
border-color: #FA804C;
}
.TagClassName
{
border-color: #FA804C;
}
</style>