Shades of Coral #F67D5B
Tints of Coral #F67D5B
RGB
CMYK
RGB Variations
Color information
#F67D5B (or 0xF67D5B) is known color: Coral. HEX triplet: F6, 7D and 5B. RGB value is (246,125,91). Sum of RGB (Red+Green+Blue) = 246+125+91=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D5B is #0982A4. Grayscale: #9D9D9D. Windows color (decimal): -623269 or 5996022. OLE color: 5996022.
HSL color Cylindrical-coordinate representation of color #F67D5B: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F67D5B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 91 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.04 |
| HSL | 13.16º | 0.9% | 0.66% | - |
| HSV(B) | 13.16º | 0.63% | 0.96% | - |
| XYZ | 47.23 | 35.02 | 14.17 | - |
| YUV | 157.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 91 | 0 | 0.49 | 0.63 | 0.04 | 13.16 | 0.9 | 0.66 |
| Hex | F6 | 7D | 5B | 0 | 31 | 3F | 4 | D | 5A | 42 |
| Octal | 366 | 175 | 133 | 0 | 61 | 77 | 4 | 15 | 132 | 102 |
| Binary | 11110110 | 1111101 | 1011011 | 0 | 110001 | 111111 | 100 | 1101 | 1011010 | 1000010 |
Color Harmonies of #F67D5B
Complementary color
Monochromatic Colors of #F67D5B
Black with #F67D5B
Text Example
Text Example
White with #F67D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D5B; }
p { color: rgb(246,125,91); }
H1.HeaderClassName
{
color: #F67D5B;
}
.AnyTagClassName
{
color: #F67D5B;
}
</style>
background-color css
<style>
a { background-color: #F67D5B; }
a { background-color: rgb(246,125,91); }
div.DivClassName
{
background-color: #F67D5B;
}
.BgClassName
{
background-color: #F67D5B;
}
</style>
border-color css
<style>
span { border-color: #F67D5B; }
span { border-color: rgb(246,125,91); }
td.TdClassName
{
border-color: #F67D5B;
}
.TagClassName
{
border-color: #F67D5B;
}
</style>