Shades of Coral #F98346
Tints of Coral #F98346
RGB
CMYK
RGB Variations
Color information
#F98346 (or 0xF98346) is known color: Coral. HEX triplet: F9, 83 and 46. RGB value is (249,131,70). Sum of RGB (Red+Green+Blue) = 249+131+70=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F98346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98346 is #067CB9. Grayscale: #9F9F9F. Windows color (decimal): -425146 or 4621305. OLE color: 4621305.
HSL color Cylindrical-coordinate representation of color #F98346: hue angle of 20.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F98346 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 70 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.02 |
| HSL | 20.45º | 0.94% | 0.63% | - |
| HSV(B) | 20.45º | 0.72% | 0.98% | - |
| XYZ | 48.29 | 36.81 | 10.36 | - |
| YUV | 159.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 70 | 0 | 0.47 | 0.72 | 0.02 | 20.45 | 0.94 | 0.63 |
| Hex | F9 | 83 | 46 | 0 | 2F | 48 | 2 | 14 | 5E | 3F |
| Octal | 371 | 203 | 106 | 0 | 57 | 110 | 2 | 24 | 136 | 77 |
| Binary | 11111001 | 10000011 | 1000110 | 0 | 101111 | 1001000 | 10 | 10100 | 1011110 | 111111 |
Color Harmonies of #F98346
Complementary color
Monochromatic Colors of #F98346
Black with #F98346
Text Example
Text Example
White with #F98346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98346; }
p { color: rgb(249,131,70); }
H1.HeaderClassName
{
color: #F98346;
}
.AnyTagClassName
{
color: #F98346;
}
</style>
background-color css
<style>
a { background-color: #F98346; }
a { background-color: rgb(249,131,70); }
div.DivClassName
{
background-color: #F98346;
}
.BgClassName
{
background-color: #F98346;
}
</style>
border-color css
<style>
span { border-color: #F98346; }
span { border-color: rgb(249,131,70); }
td.TdClassName
{
border-color: #F98346;
}
.TagClassName
{
border-color: #F98346;
}
</style>