Shades of Coral #F98153
Tints of Coral #F98153
RGB
CMYK
RGB Variations
Color information
#F98153 (or 0xF98153) is known color: Coral. HEX triplet: F9, 81 and 53. RGB value is (249,129,83). Sum of RGB (Red+Green+Blue) = 249+129+83=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F98153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98153 is #067EAC. Grayscale: #9F9F9F. Windows color (decimal): -425645 or 5472761. OLE color: 5472761.
HSL color Cylindrical-coordinate representation of color #F98153: hue angle of 16.63º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F98153 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 83 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.02 |
| HSL | 16.63º | 0.93% | 0.65% | - |
| HSV(B) | 16.63º | 0.67% | 0.98% | - |
| XYZ | 48.48 | 36.46 | 12.67 | - |
| YUV | 159.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 83 | 0 | 0.48 | 0.67 | 0.02 | 16.63 | 0.93 | 0.65 |
| Hex | F9 | 81 | 53 | 0 | 30 | 43 | 2 | 11 | 5D | 41 |
| Octal | 371 | 201 | 123 | 0 | 60 | 103 | 2 | 21 | 135 | 101 |
| Binary | 11111001 | 10000001 | 1010011 | 0 | 110000 | 1000011 | 10 | 10001 | 1011101 | 1000001 |
Color Harmonies of #F98153
Complementary color
Monochromatic Colors of #F98153
Black with #F98153
Text Example
Text Example
White with #F98153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98153; }
p { color: rgb(249,129,83); }
H1.HeaderClassName
{
color: #F98153;
}
.AnyTagClassName
{
color: #F98153;
}
</style>
background-color css
<style>
a { background-color: #F98153; }
a { background-color: rgb(249,129,83); }
div.DivClassName
{
background-color: #F98153;
}
.BgClassName
{
background-color: #F98153;
}
</style>
border-color css
<style>
span { border-color: #F98153; }
span { border-color: rgb(249,129,83); }
td.TdClassName
{
border-color: #F98153;
}
.TagClassName
{
border-color: #F98153;
}
</style>