Shades of Coral #FF7A44
Tints of Coral #FF7A44
RGB
CMYK
RGB Variations
Color information
#FF7A44 (or 0xFF7A44) is known color: Coral. HEX triplet: FF, 7A and 44. RGB value is (255,122,68). Sum of RGB (Red+Green+Blue) = 255+122+68=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A44 is #0085BB. Grayscale: #9B9B9B. Windows color (decimal): -34236 or 4487935. OLE color: 4487935.
HSL color Cylindrical-coordinate representation of color #FF7A44: hue angle of 17.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF7A44 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 68 | - |
| CMYK | 0 | 0.52 | 0.73 | 0 |
| HSL | 17.33º | 1% | 0.63% | - |
| HSV(B) | 17.33º | 0.73% | 1% | - |
| XYZ | 49.24 | 35.6 | 9.74 | - |
| YUV | 155.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 68 | 0 | 0.52 | 0.73 | 0 | 17.33 | 1 | 0.63 |
| Hex | FF | 7A | 44 | 0 | 34 | 49 | 0 | 11 | 64 | 3F |
| Octal | 377 | 172 | 104 | 0 | 64 | 111 | 0 | 21 | 144 | 77 |
| Binary | 11111111 | 1111010 | 1000100 | 0 | 110100 | 1001001 | 0 | 10001 | 1100100 | 111111 |
Color Harmonies of #FF7A44
Complementary color
Monochromatic Colors of #FF7A44
Black with #FF7A44
Text Example
Text Example
White with #FF7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A44; }
p { color: rgb(255,122,68); }
H1.HeaderClassName
{
color: #FF7A44;
}
.AnyTagClassName
{
color: #FF7A44;
}
</style>
background-color css
<style>
a { background-color: #FF7A44; }
a { background-color: rgb(255,122,68); }
div.DivClassName
{
background-color: #FF7A44;
}
.BgClassName
{
background-color: #FF7A44;
}
</style>
border-color css
<style>
span { border-color: #FF7A44; }
span { border-color: rgb(255,122,68); }
td.TdClassName
{
border-color: #FF7A44;
}
.TagClassName
{
border-color: #FF7A44;
}
</style>