Shades of Coral #F7814A
Tints of Coral #F7814A
RGB
CMYK
RGB Variations
Color information
#F7814A (or 0xF7814A) is known color: Coral. HEX triplet: F7, 81 and 4A. RGB value is (247,129,74). Sum of RGB (Red+Green+Blue) = 247+129+74=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F7814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7814A is #087EB5. Grayscale: #9E9E9E. Windows color (decimal): -556726 or 4882935. OLE color: 4882935.
HSL color Cylindrical-coordinate representation of color #F7814A: hue angle of 19.08º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7814A is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 74 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.03 |
| HSL | 19.08º | 0.92% | 0.63% | - |
| HSV(B) | 19.08º | 0.7% | 0.97% | - |
| XYZ | 47.44 | 35.97 | 10.92 | - |
| YUV | 158.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 74 | 0 | 0.48 | 0.70 | 0.03 | 19.08 | 0.92 | 0.63 |
| Hex | F7 | 81 | 4A | 0 | 30 | 46 | 3 | 13 | 5C | 3F |
| Octal | 367 | 201 | 112 | 0 | 60 | 106 | 3 | 23 | 134 | 77 |
| Binary | 11110111 | 10000001 | 1001010 | 0 | 110000 | 1000110 | 11 | 10011 | 1011100 | 111111 |
Color Harmonies of #F7814A
Complementary color
Monochromatic Colors of #F7814A
Black with #F7814A
Text Example
Text Example
White with #F7814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7814A; }
p { color: rgb(247,129,74); }
H1.HeaderClassName
{
color: #F7814A;
}
.AnyTagClassName
{
color: #F7814A;
}
</style>
background-color css
<style>
a { background-color: #F7814A; }
a { background-color: rgb(247,129,74); }
div.DivClassName
{
background-color: #F7814A;
}
.BgClassName
{
background-color: #F7814A;
}
</style>
border-color css
<style>
span { border-color: #F7814A; }
span { border-color: rgb(247,129,74); }
td.TdClassName
{
border-color: #F7814A;
}
.TagClassName
{
border-color: #F7814A;
}
</style>