Shades of Coral #FF7545
Tints of Coral #FF7545
RGB
CMYK
RGB Variations
Color information
#FF7545 (or 0xFF7545) is known color: Coral. HEX triplet: FF, 75 and 45. RGB value is (255,117,69). Sum of RGB (Red+Green+Blue) = 255+117+69=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7545 is #008ABA. Grayscale: #999999. Windows color (decimal): -35515 or 4552191. OLE color: 4552191.
HSL color Cylindrical-coordinate representation of color #FF7545: hue angle of 15.48º 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 #FF7545 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 69 | - |
| CMYK | 0 | 0.54 | 0.73 | 0 |
| HSL | 15.48º | 1% | 0.64% | - |
| HSV(B) | 15.48º | 0.73% | 1% | - |
| XYZ | 48.68 | 34.41 | 9.71 | - |
| YUV | 152.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 69 | 0 | 0.54 | 0.73 | 0 | 15.48 | 1 | 0.64 |
| Hex | FF | 75 | 45 | 0 | 36 | 49 | 0 | F | 64 | 40 |
| Octal | 377 | 165 | 105 | 0 | 66 | 111 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110101 | 1000101 | 0 | 110110 | 1001001 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7545
Complementary color
Monochromatic Colors of #FF7545
Black with #FF7545
Text Example
Text Example
White with #FF7545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7545; }
p { color: rgb(255,117,69); }
H1.HeaderClassName
{
color: #FF7545;
}
.AnyTagClassName
{
color: #FF7545;
}
</style>
background-color css
<style>
a { background-color: #FF7545; }
a { background-color: rgb(255,117,69); }
div.DivClassName
{
background-color: #FF7545;
}
.BgClassName
{
background-color: #FF7545;
}
</style>
border-color css
<style>
span { border-color: #FF7545; }
span { border-color: rgb(255,117,69); }
td.TdClassName
{
border-color: #FF7545;
}
.TagClassName
{
border-color: #FF7545;
}
</style>