Shades of Coral #FF7848
Tints of Coral #FF7848
RGB
CMYK
RGB Variations
Color information
#FF7848 (or 0xFF7848) is known color: Coral. HEX triplet: FF, 78 and 48. RGB value is (255,120,72). Sum of RGB (Red+Green+Blue) = 255+120+72=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7848 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7848 is #0087B7. Grayscale: #9B9B9B. Windows color (decimal): -34744 or 4749567. OLE color: 4749567.
HSL color Cylindrical-coordinate representation of color #FF7848: hue angle of 15.74º 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 #FF7848 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 72 | - |
| CMYK | 0 | 0.53 | 0.72 | 0 |
| HSL | 15.74º | 1% | 0.64% | - |
| HSV(B) | 15.74º | 0.72% | 1% | - |
| XYZ | 49.13 | 35.16 | 10.33 | - |
| YUV | 154.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 72 | 0 | 0.53 | 0.72 | 0 | 15.74 | 1 | 0.64 |
| Hex | FF | 78 | 48 | 0 | 35 | 48 | 0 | 10 | 64 | 40 |
| Octal | 377 | 170 | 110 | 0 | 65 | 110 | 0 | 20 | 144 | 100 |
| Binary | 11111111 | 1111000 | 1001000 | 0 | 110101 | 1001000 | 0 | 10000 | 1100100 | 1000000 |
Color Harmonies of #FF7848
Complementary color
Monochromatic Colors of #FF7848
Black with #FF7848
Text Example
Text Example
White with #FF7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7848; }
p { color: rgb(255,120,72); }
H1.HeaderClassName
{
color: #FF7848;
}
.AnyTagClassName
{
color: #FF7848;
}
</style>
background-color css
<style>
a { background-color: #FF7848; }
a { background-color: rgb(255,120,72); }
div.DivClassName
{
background-color: #FF7848;
}
.BgClassName
{
background-color: #FF7848;
}
</style>
border-color css
<style>
span { border-color: #FF7848; }
span { border-color: rgb(255,120,72); }
td.TdClassName
{
border-color: #FF7848;
}
.TagClassName
{
border-color: #FF7848;
}
</style>