Shades of Coral #F9805D
Tints of Coral #F9805D
RGB
CMYK
RGB Variations
Color information
#F9805D (or 0xF9805D) is known color: Coral. HEX triplet: F9, 80 and 5D. RGB value is (249,128,93). Sum of RGB (Red+Green+Blue) = 249+128+93=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9805D is #067FA2. Grayscale: #A0A0A0. Windows color (decimal): -425891 or 6127865. OLE color: 6127865.
HSL color Cylindrical-coordinate representation of color #F9805D: hue angle of 13.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9805D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 93 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.02 |
| HSL | 13.46º | 0.93% | 0.67% | - |
| HSV(B) | 13.46º | 0.63% | 0.98% | - |
| XYZ | 48.76 | 36.37 | 14.81 | - |
| YUV | 160.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 93 | 0 | 0.49 | 0.63 | 0.02 | 13.46 | 0.93 | 0.67 |
| Hex | F9 | 80 | 5D | 0 | 31 | 3F | 2 | D | 5D | 43 |
| Octal | 371 | 200 | 135 | 0 | 61 | 77 | 2 | 15 | 135 | 103 |
| Binary | 11111001 | 10000000 | 1011101 | 0 | 110001 | 111111 | 10 | 1101 | 1011101 | 1000011 |
Color Harmonies of #F9805D
Complementary color
Monochromatic Colors of #F9805D
Black with #F9805D
Text Example
Text Example
White with #F9805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9805D; }
p { color: rgb(249,128,93); }
H1.HeaderClassName
{
color: #F9805D;
}
.AnyTagClassName
{
color: #F9805D;
}
</style>
background-color css
<style>
a { background-color: #F9805D; }
a { background-color: rgb(249,128,93); }
div.DivClassName
{
background-color: #F9805D;
}
.BgClassName
{
background-color: #F9805D;
}
</style>
border-color css
<style>
span { border-color: #F9805D; }
span { border-color: rgb(249,128,93); }
td.TdClassName
{
border-color: #F9805D;
}
.TagClassName
{
border-color: #F9805D;
}
</style>