Shades of Coral #FF7F3F
Tints of Coral #FF7F3F
RGB
CMYK
RGB Variations
Color information
#FF7F3F (or 0xFF7F3F) is known color: Coral. HEX triplet: FF, 7F and 3F. RGB value is (255,127,63). Sum of RGB (Red+Green+Blue) = 255+127+63=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F3F is #0080C0. Grayscale: #9E9E9E. Windows color (decimal): -32961 or 4161535. OLE color: 4161535.
HSL color Cylindrical-coordinate representation of color #FF7F3F: hue angle of 20º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF7F3F is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 63 | - |
| CMYK | 0 | 0.50 | 0.75 | 0 |
| HSL | 20º | 1% | 0.62% | - |
| HSV(B) | 20º | 0.75% | 1% | - |
| XYZ | 49.73 | 36.8 | 9.18 | - |
| YUV | 157.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 63 | 0 | 0.50 | 0.75 | 0 | 20 | 1 | 0.62 |
| Hex | FF | 7F | 3F | 0 | 32 | 4B | 0 | 14 | 64 | 3E |
| Octal | 377 | 177 | 77 | 0 | 62 | 113 | 0 | 24 | 144 | 76 |
| Binary | 11111111 | 1111111 | 111111 | 0 | 110010 | 1001011 | 0 | 10100 | 1100100 | 111110 |
Color Harmonies of #FF7F3F
Complementary color
Monochromatic Colors of #FF7F3F
Black with #FF7F3F
Text Example
Text Example
White with #FF7F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F3F; }
p { color: rgb(255,127,63); }
H1.HeaderClassName
{
color: #FF7F3F;
}
.AnyTagClassName
{
color: #FF7F3F;
}
</style>
background-color css
<style>
a { background-color: #FF7F3F; }
a { background-color: rgb(255,127,63); }
div.DivClassName
{
background-color: #FF7F3F;
}
.BgClassName
{
background-color: #FF7F3F;
}
</style>
border-color css
<style>
span { border-color: #FF7F3F; }
span { border-color: rgb(255,127,63); }
td.TdClassName
{
border-color: #FF7F3F;
}
.TagClassName
{
border-color: #FF7F3F;
}
</style>