Shades of Coral #FA7652
Tints of Coral #FA7652
RGB
CMYK
RGB Variations
Color information
#FA7652 (or 0xFA7652) is known color: Coral. HEX triplet: FA, 76 and 52. RGB value is (250,118,82). Sum of RGB (Red+Green+Blue) = 250+118+82=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7652 is #0589AD. Grayscale: #999999. Windows color (decimal): -362926 or 5404410. OLE color: 5404410.
HSL color Cylindrical-coordinate representation of color #FA7652: hue angle of 12.86º 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 #FA7652 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 82 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.02 |
| HSL | 12.86º | 0.94% | 0.65% | - |
| HSV(B) | 12.86º | 0.67% | 0.98% | - |
| XYZ | 47.43 | 33.89 | 12.02 | - |
| YUV | 153.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 82 | 0 | 0.53 | 0.67 | 0.02 | 12.86 | 0.94 | 0.65 |
| Hex | FA | 76 | 52 | 0 | 35 | 43 | 2 | D | 5E | 41 |
| Octal | 372 | 166 | 122 | 0 | 65 | 103 | 2 | 15 | 136 | 101 |
| Binary | 11111010 | 1110110 | 1010010 | 0 | 110101 | 1000011 | 10 | 1101 | 1011110 | 1000001 |
Color Harmonies of #FA7652
Complementary color
Monochromatic Colors of #FA7652
Black with #FA7652
Text Example
Text Example
White with #FA7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7652; }
p { color: rgb(250,118,82); }
H1.HeaderClassName
{
color: #FA7652;
}
.AnyTagClassName
{
color: #FA7652;
}
</style>
background-color css
<style>
a { background-color: #FA7652; }
a { background-color: rgb(250,118,82); }
div.DivClassName
{
background-color: #FA7652;
}
.BgClassName
{
background-color: #FA7652;
}
</style>
border-color css
<style>
span { border-color: #FA7652; }
span { border-color: rgb(250,118,82); }
td.TdClassName
{
border-color: #FA7652;
}
.TagClassName
{
border-color: #FA7652;
}
</style>