Shades of Coral #FF774A
Tints of Coral #FF774A
RGB
CMYK
RGB Variations
Color information
#FF774A (or 0xFF774A) is known color: Coral. HEX triplet: FF, 77 and 4A. RGB value is (255,119,74). Sum of RGB (Red+Green+Blue) = 255+119+74=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF774A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF774A is #0088B5. Grayscale: #9A9A9A. Windows color (decimal): -34998 or 4880383. OLE color: 4880383.
HSL color Cylindrical-coordinate representation of color #FF774A: hue angle of 14.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF774A is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 74 | - |
| CMYK | 0 | 0.53 | 0.71 | 0 |
| HSL | 14.92º | 1% | 0.65% | - |
| HSV(B) | 14.92º | 0.71% | 1% | - |
| XYZ | 49.07 | 34.95 | 10.64 | - |
| YUV | 154.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 74 | 0 | 0.53 | 0.71 | 0 | 14.92 | 1 | 0.65 |
| Hex | FF | 77 | 4A | 0 | 35 | 47 | 0 | F | 64 | 41 |
| Octal | 377 | 167 | 112 | 0 | 65 | 107 | 0 | 17 | 144 | 101 |
| Binary | 11111111 | 1110111 | 1001010 | 0 | 110101 | 1000111 | 0 | 1111 | 1100100 | 1000001 |
Color Harmonies of #FF774A
Complementary color
Monochromatic Colors of #FF774A
Black with #FF774A
Text Example
Text Example
White with #FF774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF774A; }
p { color: rgb(255,119,74); }
H1.HeaderClassName
{
color: #FF774A;
}
.AnyTagClassName
{
color: #FF774A;
}
</style>
background-color css
<style>
a { background-color: #FF774A; }
a { background-color: rgb(255,119,74); }
div.DivClassName
{
background-color: #FF774A;
}
.BgClassName
{
background-color: #FF774A;
}
</style>
border-color css
<style>
span { border-color: #FF774A; }
span { border-color: rgb(255,119,74); }
td.TdClassName
{
border-color: #FF774A;
}
.TagClassName
{
border-color: #FF774A;
}
</style>