Shades of Coral #FF8748
Tints of Coral #FF8748
RGB
CMYK
RGB Variations
Color information
#FF8748 (or 0xFF8748) is known color: Coral. HEX triplet: FF, 87 and 48. RGB value is (255,135,72). Sum of RGB (Red+Green+Blue) = 255+135+72=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8748 is #0078B7. Grayscale: #A4A4A4. Windows color (decimal): -30904 or 4753407. OLE color: 4753407.
HSL color Cylindrical-coordinate representation of color #FF8748: hue angle of 20.66º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF8748 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 72 | - |
| CMYK | 0 | 0.47 | 0.72 | 0 |
| HSL | 20.66º | 1% | 0.64% | - |
| HSV(B) | 20.66º | 0.72% | 1% | - |
| XYZ | 51.07 | 39.06 | 10.98 | - |
| YUV | 163.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 72 | 0 | 0.47 | 0.72 | 0 | 20.66 | 1 | 0.64 |
| Hex | FF | 87 | 48 | 0 | 2F | 48 | 0 | 15 | 64 | 40 |
| Octal | 377 | 207 | 110 | 0 | 57 | 110 | 0 | 25 | 144 | 100 |
| Binary | 11111111 | 10000111 | 1001000 | 0 | 101111 | 1001000 | 0 | 10101 | 1100100 | 1000000 |
Color Harmonies of #FF8748
Complementary color
Monochromatic Colors of #FF8748
Black with #FF8748
Text Example
Text Example
White with #FF8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8748; }
p { color: rgb(255,135,72); }
H1.HeaderClassName
{
color: #FF8748;
}
.AnyTagClassName
{
color: #FF8748;
}
</style>
background-color css
<style>
a { background-color: #FF8748; }
a { background-color: rgb(255,135,72); }
div.DivClassName
{
background-color: #FF8748;
}
.BgClassName
{
background-color: #FF8748;
}
</style>
border-color css
<style>
span { border-color: #FF8748; }
span { border-color: rgb(255,135,72); }
td.TdClassName
{
border-color: #FF8748;
}
.TagClassName
{
border-color: #FF8748;
}
</style>