Shades of Coral #FF7251
Tints of Coral #FF7251
RGB
CMYK
RGB Variations
Color information
#FF7251 (or 0xFF7251) is known color: Coral. HEX triplet: FF, 72 and 51. RGB value is (255,114,81). Sum of RGB (Red+Green+Blue) = 255+114+81=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7251 is #008DAE. Grayscale: #989898. Windows color (decimal): -36271 or 5337855. OLE color: 5337855.
HSL color Cylindrical-coordinate representation of color #FF7251: hue angle of 11.38º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF7251 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 81 | - |
| CMYK | 0 | 0.55 | 0.68 | 0 |
| HSL | 11.38º | 1% | 0.66% | - |
| HSV(B) | 11.38º | 0.68% | 1% | - |
| XYZ | 48.74 | 33.89 | 11.76 | - |
| YUV | 152.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 81 | 0 | 0.55 | 0.68 | 0 | 11.38 | 1 | 0.66 |
| Hex | FF | 72 | 51 | 0 | 37 | 44 | 0 | B | 64 | 42 |
| Octal | 377 | 162 | 121 | 0 | 67 | 104 | 0 | 13 | 144 | 102 |
| Binary | 11111111 | 1110010 | 1010001 | 0 | 110111 | 1000100 | 0 | 1011 | 1100100 | 1000010 |
Color Harmonies of #FF7251
Complementary color
Monochromatic Colors of #FF7251
Black with #FF7251
Text Example
Text Example
White with #FF7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7251; }
p { color: rgb(255,114,81); }
H1.HeaderClassName
{
color: #FF7251;
}
.AnyTagClassName
{
color: #FF7251;
}
</style>
background-color css
<style>
a { background-color: #FF7251; }
a { background-color: rgb(255,114,81); }
div.DivClassName
{
background-color: #FF7251;
}
.BgClassName
{
background-color: #FF7251;
}
</style>
border-color css
<style>
span { border-color: #FF7251; }
span { border-color: rgb(255,114,81); }
td.TdClassName
{
border-color: #FF7251;
}
.TagClassName
{
border-color: #FF7251;
}
</style>