Shades of Coral #FF8545
Tints of Coral #FF8545
RGB
CMYK
RGB Variations
Color information
#FF8545 (or 0xFF8545) is known color: Coral. HEX triplet: FF, 85 and 45. RGB value is (255,133,69). Sum of RGB (Red+Green+Blue) = 255+133+69=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8545 is #007ABA. Grayscale: #A2A2A2. Windows color (decimal): -31419 or 4556287. OLE color: 4556287.
HSL color Cylindrical-coordinate representation of color #FF8545: hue angle of 20.65º 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 #FF8545 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 69 | - |
| CMYK | 0 | 0.48 | 0.73 | 0 |
| HSL | 20.65º | 1% | 0.64% | - |
| HSV(B) | 20.65º | 0.73% | 1% | - |
| XYZ | 50.7 | 38.46 | 10.38 | - |
| YUV | 162.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 69 | 0 | 0.48 | 0.73 | 0 | 20.65 | 1 | 0.64 |
| Hex | FF | 85 | 45 | 0 | 30 | 49 | 0 | 15 | 64 | 40 |
| Octal | 377 | 205 | 105 | 0 | 60 | 111 | 0 | 25 | 144 | 100 |
| Binary | 11111111 | 10000101 | 1000101 | 0 | 110000 | 1001001 | 0 | 10101 | 1100100 | 1000000 |
Color Harmonies of #FF8545
Complementary color
Monochromatic Colors of #FF8545
Black with #FF8545
Text Example
Text Example
White with #FF8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8545; }
p { color: rgb(255,133,69); }
H1.HeaderClassName
{
color: #FF8545;
}
.AnyTagClassName
{
color: #FF8545;
}
</style>
background-color css
<style>
a { background-color: #FF8545; }
a { background-color: rgb(255,133,69); }
div.DivClassName
{
background-color: #FF8545;
}
.BgClassName
{
background-color: #FF8545;
}
</style>
border-color css
<style>
span { border-color: #FF8545; }
span { border-color: rgb(255,133,69); }
td.TdClassName
{
border-color: #FF8545;
}
.TagClassName
{
border-color: #FF8545;
}
</style>