Shades of Coral #FF734A
Tints of Coral #FF734A
RGB
CMYK
RGB Variations
Color information
#FF734A (or 0xFF734A) is known color: Coral. HEX triplet: FF, 73 and 4A. RGB value is (255,115,74). Sum of RGB (Red+Green+Blue) = 255+115+74=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF734A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF734A is #008CB5. Grayscale: #989898. Windows color (decimal): -36022 or 4879359. OLE color: 4879359.
HSL color Cylindrical-coordinate representation of color #FF734A: hue angle of 13.59º 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 #FF734A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 74 | - |
| CMYK | 0 | 0.55 | 0.71 | 0 |
| HSL | 13.59º | 1% | 0.65% | - |
| HSV(B) | 13.59º | 0.71% | 1% | - |
| XYZ | 48.61 | 34.02 | 10.48 | - |
| YUV | 152.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 74 | 0 | 0.55 | 0.71 | 0 | 13.59 | 1 | 0.65 |
| Hex | FF | 73 | 4A | 0 | 37 | 47 | 0 | E | 64 | 41 |
| Octal | 377 | 163 | 112 | 0 | 67 | 107 | 0 | 16 | 144 | 101 |
| Binary | 11111111 | 1110011 | 1001010 | 0 | 110111 | 1000111 | 0 | 1110 | 1100100 | 1000001 |
Color Harmonies of #FF734A
Complementary color
Monochromatic Colors of #FF734A
Black with #FF734A
Text Example
Text Example
White with #FF734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF734A; }
p { color: rgb(255,115,74); }
H1.HeaderClassName
{
color: #FF734A;
}
.AnyTagClassName
{
color: #FF734A;
}
</style>
background-color css
<style>
a { background-color: #FF734A; }
a { background-color: rgb(255,115,74); }
div.DivClassName
{
background-color: #FF734A;
}
.BgClassName
{
background-color: #FF734A;
}
</style>
border-color css
<style>
span { border-color: #FF734A; }
span { border-color: rgb(255,115,74); }
td.TdClassName
{
border-color: #FF734A;
}
.TagClassName
{
border-color: #FF734A;
}
</style>