Shades of Coral #F98145
Tints of Coral #F98145
RGB
CMYK
RGB Variations
Color information
#F98145 (or 0xF98145) is known color: Coral. HEX triplet: F9, 81 and 45. RGB value is (249,129,69). Sum of RGB (Red+Green+Blue) = 249+129+69=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F98145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98145 is #067EBA. Grayscale: #9E9E9E. Windows color (decimal): -425659 or 4555257. OLE color: 4555257.
HSL color Cylindrical-coordinate representation of color #F98145: hue angle of 20º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F98145 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 69 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.02 |
| HSL | 20º | 0.94% | 0.62% | - |
| HSV(B) | 20º | 0.72% | 0.98% | - |
| XYZ | 47.99 | 36.27 | 10.1 | - |
| YUV | 158.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 69 | 0 | 0.48 | 0.72 | 0.02 | 20 | 0.94 | 0.62 |
| Hex | F9 | 81 | 45 | 0 | 30 | 48 | 2 | 14 | 5E | 3E |
| Octal | 371 | 201 | 105 | 0 | 60 | 110 | 2 | 24 | 136 | 76 |
| Binary | 11111001 | 10000001 | 1000101 | 0 | 110000 | 1001000 | 10 | 10100 | 1011110 | 111110 |
Color Harmonies of #F98145
Complementary color
Monochromatic Colors of #F98145
Black with #F98145
Text Example
Text Example
White with #F98145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98145; }
p { color: rgb(249,129,69); }
H1.HeaderClassName
{
color: #F98145;
}
.AnyTagClassName
{
color: #F98145;
}
</style>
background-color css
<style>
a { background-color: #F98145; }
a { background-color: rgb(249,129,69); }
div.DivClassName
{
background-color: #F98145;
}
.BgClassName
{
background-color: #F98145;
}
</style>
border-color css
<style>
span { border-color: #F98145; }
span { border-color: rgb(249,129,69); }
td.TdClassName
{
border-color: #F98145;
}
.TagClassName
{
border-color: #F98145;
}
</style>