Shades of Coral #FA8345
Tints of Coral #FA8345
RGB
CMYK
RGB Variations
Color information
#FA8345 (or 0xFA8345) is known color: Coral. HEX triplet: FA, 83 and 45. RGB value is (250,131,69). Sum of RGB (Red+Green+Blue) = 250+131+69=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8345 is #057CBA. Grayscale: #9F9F9F. Windows color (decimal): -359611 or 4555770. OLE color: 4555770.
HSL color Cylindrical-coordinate representation of color #FA8345: hue angle of 20.55º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA8345 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 69 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.02 |
| HSL | 20.55º | 0.95% | 0.63% | - |
| HSV(B) | 20.55º | 0.72% | 0.98% | - |
| XYZ | 48.61 | 36.99 | 10.21 | - |
| YUV | 159.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 69 | 0 | 0.48 | 0.72 | 0.02 | 20.55 | 0.95 | 0.63 |
| Hex | FA | 83 | 45 | 0 | 30 | 48 | 2 | 15 | 5F | 3F |
| Octal | 372 | 203 | 105 | 0 | 60 | 110 | 2 | 25 | 137 | 77 |
| Binary | 11111010 | 10000011 | 1000101 | 0 | 110000 | 1001000 | 10 | 10101 | 1011111 | 111111 |
Color Harmonies of #FA8345
Complementary color
Monochromatic Colors of #FA8345
Black with #FA8345
Text Example
Text Example
White with #FA8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8345; }
p { color: rgb(250,131,69); }
H1.HeaderClassName
{
color: #FA8345;
}
.AnyTagClassName
{
color: #FA8345;
}
</style>
background-color css
<style>
a { background-color: #FA8345; }
a { background-color: rgb(250,131,69); }
div.DivClassName
{
background-color: #FA8345;
}
.BgClassName
{
background-color: #FA8345;
}
</style>
border-color css
<style>
span { border-color: #FA8345; }
span { border-color: rgb(250,131,69); }
td.TdClassName
{
border-color: #FA8345;
}
.TagClassName
{
border-color: #FA8345;
}
</style>