Shades of Coral #F67D5A
Tints of Coral #F67D5A
RGB
CMYK
RGB Variations
Color information
#F67D5A (or 0xF67D5A) is known color: Coral. HEX triplet: F6, 7D and 5A. RGB value is (246,125,90). Sum of RGB (Red+Green+Blue) = 246+125+90=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D5A is #0982A5. Grayscale: #9D9D9D. Windows color (decimal): -623270 or 5930486. OLE color: 5930486.
HSL color Cylindrical-coordinate representation of color #F67D5A: hue angle of 13.46º 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 #F67D5A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 90 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.04 |
| HSL | 13.46º | 0.9% | 0.66% | - |
| HSV(B) | 13.46º | 0.63% | 0.96% | - |
| XYZ | 47.19 | 35 | 13.94 | - |
| YUV | 157.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 90 | 0 | 0.49 | 0.63 | 0.04 | 13.46 | 0.9 | 0.66 |
| Hex | F6 | 7D | 5A | 0 | 31 | 3F | 4 | D | 5A | 42 |
| Octal | 366 | 175 | 132 | 0 | 61 | 77 | 4 | 15 | 132 | 102 |
| Binary | 11110110 | 1111101 | 1011010 | 0 | 110001 | 111111 | 100 | 1101 | 1011010 | 1000010 |
Color Harmonies of #F67D5A
Complementary color
Monochromatic Colors of #F67D5A
Black with #F67D5A
Text Example
Text Example
White with #F67D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D5A; }
p { color: rgb(246,125,90); }
H1.HeaderClassName
{
color: #F67D5A;
}
.AnyTagClassName
{
color: #F67D5A;
}
</style>
background-color css
<style>
a { background-color: #F67D5A; }
a { background-color: rgb(246,125,90); }
div.DivClassName
{
background-color: #F67D5A;
}
.BgClassName
{
background-color: #F67D5A;
}
</style>
border-color css
<style>
span { border-color: #F67D5A; }
span { border-color: rgb(246,125,90); }
td.TdClassName
{
border-color: #F67D5A;
}
.TagClassName
{
border-color: #F67D5A;
}
</style>