Shades of Coral #FF7F4F
Tints of Coral #FF7F4F
RGB
CMYK
RGB Variations
Color information
#FF7F4F (or 0xFF7F4F) is known color: Coral. HEX triplet: FF, 7F and 4F. RGB value is (255,127,79). Sum of RGB (Red+Green+Blue) = 255+127+79=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F4F is #0080B0. Grayscale: #A0A0A0. Windows color (decimal): -32945 or 5210111. OLE color: 5210111.
HSL color Cylindrical-coordinate representation of color #FF7F4F: hue angle of 16.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7F4F is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 79 | - |
| CMYK | 0 | 0.50 | 0.69 | 0 |
| HSL | 16.36º | 1% | 0.65% | - |
| HSV(B) | 16.36º | 0.69% | 1% | - |
| XYZ | 50.24 | 37 | 11.89 | - |
| YUV | 159.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 79 | 0 | 0.50 | 0.69 | 0 | 16.36 | 1 | 0.65 |
| Hex | FF | 7F | 4F | 0 | 32 | 45 | 0 | 10 | 64 | 41 |
| Octal | 377 | 177 | 117 | 0 | 62 | 105 | 0 | 20 | 144 | 101 |
| Binary | 11111111 | 1111111 | 1001111 | 0 | 110010 | 1000101 | 0 | 10000 | 1100100 | 1000001 |
Color Harmonies of #FF7F4F
Complementary color
Monochromatic Colors of #FF7F4F
Black with #FF7F4F
Text Example
Text Example
White with #FF7F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F4F; }
p { color: rgb(255,127,79); }
H1.HeaderClassName
{
color: #FF7F4F;
}
.AnyTagClassName
{
color: #FF7F4F;
}
</style>
background-color css
<style>
a { background-color: #FF7F4F; }
a { background-color: rgb(255,127,79); }
div.DivClassName
{
background-color: #FF7F4F;
}
.BgClassName
{
background-color: #FF7F4F;
}
</style>
border-color css
<style>
span { border-color: #FF7F4F; }
span { border-color: rgb(255,127,79); }
td.TdClassName
{
border-color: #FF7F4F;
}
.TagClassName
{
border-color: #FF7F4F;
}
</style>