Shades of Coral #FF7F41
Tints of Coral #FF7F41
RGB
CMYK
RGB Variations
Color information
#FF7F41 (or 0xFF7F41) is known color: Coral. HEX triplet: FF, 7F and 41. RGB value is (255,127,65). Sum of RGB (Red+Green+Blue) = 255+127+65=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F41 is #0080BE. Grayscale: #9E9E9E. Windows color (decimal): -32959 or 4292607. OLE color: 4292607.
HSL color Cylindrical-coordinate representation of color #FF7F41: hue angle of 19.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF7F41 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 65 | - |
| CMYK | 0 | 0.50 | 0.75 | 0 |
| HSL | 19.58º | 1% | 0.63% | - |
| HSV(B) | 19.58º | 0.75% | 1% | - |
| XYZ | 49.78 | 36.82 | 9.48 | - |
| YUV | 158.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 65 | 0 | 0.50 | 0.75 | 0 | 19.58 | 1 | 0.63 |
| Hex | FF | 7F | 41 | 0 | 32 | 4B | 0 | 14 | 64 | 3F |
| Octal | 377 | 177 | 101 | 0 | 62 | 113 | 0 | 24 | 144 | 77 |
| Binary | 11111111 | 1111111 | 1000001 | 0 | 110010 | 1001011 | 0 | 10100 | 1100100 | 111111 |
Color Harmonies of #FF7F41
Complementary color
Monochromatic Colors of #FF7F41
Black with #FF7F41
Text Example
Text Example
White with #FF7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F41; }
p { color: rgb(255,127,65); }
H1.HeaderClassName
{
color: #FF7F41;
}
.AnyTagClassName
{
color: #FF7F41;
}
</style>
background-color css
<style>
a { background-color: #FF7F41; }
a { background-color: rgb(255,127,65); }
div.DivClassName
{
background-color: #FF7F41;
}
.BgClassName
{
background-color: #FF7F41;
}
</style>
border-color css
<style>
span { border-color: #FF7F41; }
span { border-color: rgb(255,127,65); }
td.TdClassName
{
border-color: #FF7F41;
}
.TagClassName
{
border-color: #FF7F41;
}
</style>