Shades of Coral #F98143
Tints of Coral #F98143
RGB
CMYK
RGB Variations
Color information
#F98143 (or 0xF98143) is known color: Coral. HEX triplet: F9, 81 and 43. RGB value is (249,129,67). Sum of RGB (Red+Green+Blue) = 249+129+67=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98143 is #067EBC. Grayscale: #9E9E9E. Windows color (decimal): -425661 or 4424185. OLE color: 4424185.
HSL color Cylindrical-coordinate representation of color #F98143: hue angle of 20.44º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F98143 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 67 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.02 |
| HSL | 20.44º | 0.94% | 0.62% | - |
| HSV(B) | 20.44º | 0.73% | 0.98% | - |
| XYZ | 47.93 | 36.25 | 9.78 | - |
| YUV | 157.81 | 76.76 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 67 | 0 | 0.48 | 0.73 | 0.02 | 20.44 | 0.94 | 0.62 |
| Hex | F9 | 81 | 43 | 0 | 30 | 49 | 2 | 14 | 5E | 3E |
| Octal | 371 | 201 | 103 | 0 | 60 | 111 | 2 | 24 | 136 | 76 |
| Binary | 11111001 | 10000001 | 1000011 | 0 | 110000 | 1001001 | 10 | 10100 | 1011110 | 111110 |
Color Harmonies of #F98143
Complementary color
Monochromatic Colors of #F98143
Black with #F98143
Text Example
Text Example
White with #F98143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98143; }
p { color: rgb(249,129,67); }
H1.HeaderClassName
{
color: #F98143;
}
.AnyTagClassName
{
color: #F98143;
}
</style>
background-color css
<style>
a { background-color: #F98143; }
a { background-color: rgb(249,129,67); }
div.DivClassName
{
background-color: #F98143;
}
.BgClassName
{
background-color: #F98143;
}
</style>
border-color css
<style>
span { border-color: #F98143; }
span { border-color: rgb(249,129,67); }
td.TdClassName
{
border-color: #F98143;
}
.TagClassName
{
border-color: #F98143;
}
</style>