Shades of Coral #F67D55
Tints of Coral #F67D55
RGB
CMYK
RGB Variations
Color information
#F67D55 (or 0xF67D55) is known color: Coral. HEX triplet: F6, 7D and 55. RGB value is (246,125,85). Sum of RGB (Red+Green+Blue) = 246+125+85=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D55 is #0982AA. Grayscale: #9C9C9C. Windows color (decimal): -623275 or 5602806. OLE color: 5602806.
HSL color Cylindrical-coordinate representation of color #F67D55: hue angle of 14.91º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F67D55 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 85 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.04 |
| HSL | 14.91º | 0.9% | 0.65% | - |
| HSV(B) | 14.91º | 0.65% | 0.96% | - |
| XYZ | 46.98 | 34.92 | 12.86 | - |
| YUV | 156.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 85 | 0 | 0.49 | 0.65 | 0.04 | 14.91 | 0.9 | 0.65 |
| Hex | F6 | 7D | 55 | 0 | 31 | 41 | 4 | F | 5A | 41 |
| Octal | 366 | 175 | 125 | 0 | 61 | 101 | 4 | 17 | 132 | 101 |
| Binary | 11110110 | 1111101 | 1010101 | 0 | 110001 | 1000001 | 100 | 1111 | 1011010 | 1000001 |
Color Harmonies of #F67D55
Complementary color
Monochromatic Colors of #F67D55
Black with #F67D55
Text Example
Text Example
White with #F67D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D55; }
p { color: rgb(246,125,85); }
H1.HeaderClassName
{
color: #F67D55;
}
.AnyTagClassName
{
color: #F67D55;
}
</style>
background-color css
<style>
a { background-color: #F67D55; }
a { background-color: rgb(246,125,85); }
div.DivClassName
{
background-color: #F67D55;
}
.BgClassName
{
background-color: #F67D55;
}
</style>
border-color css
<style>
span { border-color: #F67D55; }
span { border-color: rgb(246,125,85); }
td.TdClassName
{
border-color: #F67D55;
}
.TagClassName
{
border-color: #F67D55;
}
</style>