Shades of Coral #FF7956
Tints of Coral #FF7956
RGB
CMYK
RGB Variations
Color information
#FF7956 (or 0xFF7956) is known color: Coral. HEX triplet: FF, 79 and 56. RGB value is (255,121,86). Sum of RGB (Red+Green+Blue) = 255+121+86=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7956 is #0086A9. Grayscale: #9D9D9D. Windows color (decimal): -34474 or 5667327. OLE color: 5667327.
HSL color Cylindrical-coordinate representation of color #FF7956: hue angle of 12.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF7956 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0 |
| HSL | 12.43º | 1% | 0.67% | - |
| HSV(B) | 12.43º | 0.66% | 1% | - |
| XYZ | 49.76 | 35.61 | 13.05 | - |
| YUV | 157.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 86 | 0 | 0.53 | 0.66 | 0 | 12.43 | 1 | 0.67 |
| Hex | FF | 79 | 56 | 0 | 35 | 42 | 0 | C | 64 | 43 |
| Octal | 377 | 171 | 126 | 0 | 65 | 102 | 0 | 14 | 144 | 103 |
| Binary | 11111111 | 1111001 | 1010110 | 0 | 110101 | 1000010 | 0 | 1100 | 1100100 | 1000011 |
Color Harmonies of #FF7956
Complementary color
Monochromatic Colors of #FF7956
Black with #FF7956
Text Example
Text Example
White with #FF7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7956; }
p { color: rgb(255,121,86); }
H1.HeaderClassName
{
color: #FF7956;
}
.AnyTagClassName
{
color: #FF7956;
}
</style>
background-color css
<style>
a { background-color: #FF7956; }
a { background-color: rgb(255,121,86); }
div.DivClassName
{
background-color: #FF7956;
}
.BgClassName
{
background-color: #FF7956;
}
</style>
border-color css
<style>
span { border-color: #FF7956; }
span { border-color: rgb(255,121,86); }
td.TdClassName
{
border-color: #FF7956;
}
.TagClassName
{
border-color: #FF7956;
}
</style>