Shades of Coral #FF7F46
Tints of Coral #FF7F46
RGB
CMYK
RGB Variations
Color information
#FF7F46 (or 0xFF7F46) is known color: Coral. HEX triplet: FF, 7F and 46. RGB value is (255,127,70). Sum of RGB (Red+Green+Blue) = 255+127+70=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F46 is #0080B9. Grayscale: #9F9F9F. Windows color (decimal): -32954 or 4620287. OLE color: 4620287.
HSL color Cylindrical-coordinate representation of color #FF7F46: hue angle of 18.49º 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 #FF7F46 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 70 | - |
| CMYK | 0 | 0.50 | 0.73 | 0 |
| HSL | 18.49º | 1% | 0.64% | - |
| HSV(B) | 18.49º | 0.73% | 1% | - |
| XYZ | 49.93 | 36.88 | 10.28 | - |
| YUV | 158.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 70 | 0 | 0.50 | 0.73 | 0 | 18.49 | 1 | 0.64 |
| Hex | FF | 7F | 46 | 0 | 32 | 49 | 0 | 12 | 64 | 40 |
| Octal | 377 | 177 | 106 | 0 | 62 | 111 | 0 | 22 | 144 | 100 |
| Binary | 11111111 | 1111111 | 1000110 | 0 | 110010 | 1001001 | 0 | 10010 | 1100100 | 1000000 |
Color Harmonies of #FF7F46
Complementary color
Monochromatic Colors of #FF7F46
Black with #FF7F46
Text Example
Text Example
White with #FF7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F46; }
p { color: rgb(255,127,70); }
H1.HeaderClassName
{
color: #FF7F46;
}
.AnyTagClassName
{
color: #FF7F46;
}
</style>
background-color css
<style>
a { background-color: #FF7F46; }
a { background-color: rgb(255,127,70); }
div.DivClassName
{
background-color: #FF7F46;
}
.BgClassName
{
background-color: #FF7F46;
}
</style>
border-color css
<style>
span { border-color: #FF7F46; }
span { border-color: rgb(255,127,70); }
td.TdClassName
{
border-color: #FF7F46;
}
.TagClassName
{
border-color: #FF7F46;
}
</style>