Shades of Coral #F98250
Tints of Coral #F98250
RGB
CMYK
RGB Variations
Color information
#F98250 (or 0xF98250) is known color: Coral. HEX triplet: F9, 82 and 50. RGB value is (249,130,80). Sum of RGB (Red+Green+Blue) = 249+130+80=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F98250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98250 is #067DAF. Grayscale: #A0A0A0. Windows color (decimal): -425392 or 5276409. OLE color: 5276409.
HSL color Cylindrical-coordinate representation of color #F98250: hue angle of 17.75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F98250 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 80 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.02 |
| HSL | 17.75º | 0.93% | 0.65% | - |
| HSV(B) | 17.75º | 0.68% | 0.98% | - |
| XYZ | 48.5 | 36.68 | 12.11 | - |
| YUV | 159.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 80 | 0 | 0.48 | 0.68 | 0.02 | 17.75 | 0.93 | 0.65 |
| Hex | F9 | 82 | 50 | 0 | 30 | 44 | 2 | 12 | 5D | 41 |
| Octal | 371 | 202 | 120 | 0 | 60 | 104 | 2 | 22 | 135 | 101 |
| Binary | 11111001 | 10000010 | 1010000 | 0 | 110000 | 1000100 | 10 | 10010 | 1011101 | 1000001 |
Color Harmonies of #F98250
Complementary color
Monochromatic Colors of #F98250
Black with #F98250
Text Example
Text Example
White with #F98250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98250; }
p { color: rgb(249,130,80); }
H1.HeaderClassName
{
color: #F98250;
}
.AnyTagClassName
{
color: #F98250;
}
</style>
background-color css
<style>
a { background-color: #F98250; }
a { background-color: rgb(249,130,80); }
div.DivClassName
{
background-color: #F98250;
}
.BgClassName
{
background-color: #F98250;
}
</style>
border-color css
<style>
span { border-color: #F98250; }
span { border-color: rgb(249,130,80); }
td.TdClassName
{
border-color: #F98250;
}
.TagClassName
{
border-color: #F98250;
}
</style>