Shades of Coral #F9805F
Tints of Coral #F9805F
RGB
CMYK
RGB Variations
Color information
#F9805F (or 0xF9805F) is known color: Coral. HEX triplet: F9, 80 and 5F. RGB value is (249,128,95). Sum of RGB (Red+Green+Blue) = 249+128+95=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9805F is #067FA0. Grayscale: #A0A0A0. Windows color (decimal): -425889 or 6258937. OLE color: 6258937.
HSL color Cylindrical-coordinate representation of color #F9805F: hue angle of 12.86º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9805F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 95 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.02 |
| HSL | 12.86º | 0.93% | 0.67% | - |
| HSV(B) | 12.86º | 0.62% | 0.98% | - |
| XYZ | 48.85 | 36.4 | 15.28 | - |
| YUV | 160.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 95 | 0 | 0.49 | 0.62 | 0.02 | 12.86 | 0.93 | 0.67 |
| Hex | F9 | 80 | 5F | 0 | 31 | 3E | 2 | D | 5D | 43 |
| Octal | 371 | 200 | 137 | 0 | 61 | 76 | 2 | 15 | 135 | 103 |
| Binary | 11111001 | 10000000 | 1011111 | 0 | 110001 | 111110 | 10 | 1101 | 1011101 | 1000011 |
Color Harmonies of #F9805F
Complementary color
Monochromatic Colors of #F9805F
Black with #F9805F
Text Example
Text Example
White with #F9805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9805F; }
p { color: rgb(249,128,95); }
H1.HeaderClassName
{
color: #F9805F;
}
.AnyTagClassName
{
color: #F9805F;
}
</style>
background-color css
<style>
a { background-color: #F9805F; }
a { background-color: rgb(249,128,95); }
div.DivClassName
{
background-color: #F9805F;
}
.BgClassName
{
background-color: #F9805F;
}
</style>
border-color css
<style>
span { border-color: #F9805F; }
span { border-color: rgb(249,128,95); }
td.TdClassName
{
border-color: #F9805F;
}
.TagClassName
{
border-color: #F9805F;
}
</style>