Shades of Coral #FF8245
Tints of Coral #FF8245
RGB
CMYK
RGB Variations
Color information
#FF8245 (or 0xFF8245) is known color: Coral. HEX triplet: FF, 82 and 45. RGB value is (255,130,69). Sum of RGB (Red+Green+Blue) = 255+130+69=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8245 is #007DBA. Grayscale: #A0A0A0. Windows color (decimal): -32187 or 4555519. OLE color: 4555519.
HSL color Cylindrical-coordinate representation of color #FF8245: hue angle of 19.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF8245 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0 |
| HSL | 19.68º | 1% | 0.64% | - |
| HSV(B) | 19.68º | 0.73% | 1% | - |
| XYZ | 50.3 | 37.65 | 10.25 | - |
| YUV | 160.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 69 | 0 | 0.49 | 0.73 | 0 | 19.68 | 1 | 0.64 |
| Hex | FF | 82 | 45 | 0 | 31 | 49 | 0 | 14 | 64 | 40 |
| Octal | 377 | 202 | 105 | 0 | 61 | 111 | 0 | 24 | 144 | 100 |
| Binary | 11111111 | 10000010 | 1000101 | 0 | 110001 | 1001001 | 0 | 10100 | 1100100 | 1000000 |
Color Harmonies of #FF8245
Complementary color
Monochromatic Colors of #FF8245
Black with #FF8245
Text Example
Text Example
White with #FF8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8245; }
p { color: rgb(255,130,69); }
H1.HeaderClassName
{
color: #FF8245;
}
.AnyTagClassName
{
color: #FF8245;
}
</style>
background-color css
<style>
a { background-color: #FF8245; }
a { background-color: rgb(255,130,69); }
div.DivClassName
{
background-color: #FF8245;
}
.BgClassName
{
background-color: #FF8245;
}
</style>
border-color css
<style>
span { border-color: #FF8245; }
span { border-color: rgb(255,130,69); }
td.TdClassName
{
border-color: #FF8245;
}
.TagClassName
{
border-color: #FF8245;
}
</style>