Shades of Coral #FA764B
Tints of Coral #FA764B
RGB
CMYK
RGB Variations
Color information
#FA764B (or 0xFA764B) is known color: Coral. HEX triplet: FA, 76 and 4B. RGB value is (250,118,75). Sum of RGB (Red+Green+Blue) = 250+118+75=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA764B is #0589B4. Grayscale: #989898. Windows color (decimal): -362933 or 4945658. OLE color: 4945658.
HSL color Cylindrical-coordinate representation of color #FA764B: hue angle of 14.74º 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 #FA764B is Cyan = 0, Magento = 0.53, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 75 | - |
| CMYK | 0 | 0.53 | 0.7 | 0.02 |
| HSL | 14.74º | 0.95% | 0.64% | - |
| HSV(B) | 14.74º | 0.7% | 0.98% | - |
| XYZ | 47.17 | 33.79 | 10.69 | - |
| YUV | 152.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 75 | 0 | 0.53 | 0.7 | 0.02 | 14.74 | 0.95 | 0.64 |
| Hex | FA | 76 | 4B | 0 | 35 | 46 | 2 | F | 5F | 40 |
| Octal | 372 | 166 | 113 | 0 | 65 | 106 | 2 | 17 | 137 | 100 |
| Binary | 11111010 | 1110110 | 1001011 | 0 | 110101 | 1000110 | 10 | 1111 | 1011111 | 1000000 |
Color Harmonies of #FA764B
Complementary color
Monochromatic Colors of #FA764B
Black with #FA764B
Text Example
Text Example
White with #FA764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA764B; }
p { color: rgb(250,118,75); }
H1.HeaderClassName
{
color: #FA764B;
}
.AnyTagClassName
{
color: #FA764B;
}
</style>
background-color css
<style>
a { background-color: #FA764B; }
a { background-color: rgb(250,118,75); }
div.DivClassName
{
background-color: #FA764B;
}
.BgClassName
{
background-color: #FA764B;
}
</style>
border-color css
<style>
span { border-color: #FA764B; }
span { border-color: rgb(250,118,75); }
td.TdClassName
{
border-color: #FA764B;
}
.TagClassName
{
border-color: #FA764B;
}
</style>