Shades of Coral #FF8945
Tints of Coral #FF8945
RGB
CMYK
RGB Variations
Color information
#FF8945 (or 0xFF8945) is known color: Coral. HEX triplet: FF, 89 and 45. RGB value is (255,137,69). Sum of RGB (Red+Green+Blue) = 255+137+69=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8945 is #0076BA. Grayscale: #A4A4A4. Windows color (decimal): -30395 or 4557311. OLE color: 4557311.
HSL color Cylindrical-coordinate representation of color #FF8945: hue angle of 21.94º 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 #FF8945 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 69 | - |
| CMYK | 0 | 0.46 | 0.73 | 0 |
| HSL | 21.94º | 1% | 0.64% | - |
| HSV(B) | 21.94º | 0.73% | 1% | - |
| XYZ | 51.26 | 39.58 | 10.57 | - |
| YUV | 164.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 69 | 0 | 0.46 | 0.73 | 0 | 21.94 | 1 | 0.64 |
| Hex | FF | 89 | 45 | 0 | 2E | 49 | 0 | 16 | 64 | 40 |
| Octal | 377 | 211 | 105 | 0 | 56 | 111 | 0 | 26 | 144 | 100 |
| Binary | 11111111 | 10001001 | 1000101 | 0 | 101110 | 1001001 | 0 | 10110 | 1100100 | 1000000 |
Color Harmonies of #FF8945
Complementary color
Monochromatic Colors of #FF8945
Black with #FF8945
Text Example
Text Example
White with #FF8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8945; }
p { color: rgb(255,137,69); }
H1.HeaderClassName
{
color: #FF8945;
}
.AnyTagClassName
{
color: #FF8945;
}
</style>
background-color css
<style>
a { background-color: #FF8945; }
a { background-color: rgb(255,137,69); }
div.DivClassName
{
background-color: #FF8945;
}
.BgClassName
{
background-color: #FF8945;
}
</style>
border-color css
<style>
span { border-color: #FF8945; }
span { border-color: rgb(255,137,69); }
td.TdClassName
{
border-color: #FF8945;
}
.TagClassName
{
border-color: #FF8945;
}
</style>