Shades of Coral #F9805A
Tints of Coral #F9805A
RGB
CMYK
RGB Variations
Color information
#F9805A (or 0xF9805A) is known color: Coral. HEX triplet: F9, 80 and 5A. RGB value is (249,128,90). Sum of RGB (Red+Green+Blue) = 249+128+90=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9805A is #067FA5. Grayscale: #A0A0A0. Windows color (decimal): -425894 or 5931257. OLE color: 5931257.
HSL color Cylindrical-coordinate representation of color #F9805A: hue angle of 14.34º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9805A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 90 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 14.34º | 0.93% | 0.66% | - |
| HSV(B) | 14.34º | 0.64% | 0.98% | - |
| XYZ | 48.63 | 36.32 | 14.12 | - |
| YUV | 159.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 90 | 0 | 0.49 | 0.64 | 0.02 | 14.34 | 0.93 | 0.66 |
| Hex | F9 | 80 | 5A | 0 | 31 | 40 | 2 | E | 5D | 42 |
| Octal | 371 | 200 | 132 | 0 | 61 | 100 | 2 | 16 | 135 | 102 |
| Binary | 11111001 | 10000000 | 1011010 | 0 | 110001 | 1000000 | 10 | 1110 | 1011101 | 1000010 |
Color Harmonies of #F9805A
Complementary color
Monochromatic Colors of #F9805A
Black with #F9805A
Text Example
Text Example
White with #F9805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9805A; }
p { color: rgb(249,128,90); }
H1.HeaderClassName
{
color: #F9805A;
}
.AnyTagClassName
{
color: #F9805A;
}
</style>
background-color css
<style>
a { background-color: #F9805A; }
a { background-color: rgb(249,128,90); }
div.DivClassName
{
background-color: #F9805A;
}
.BgClassName
{
background-color: #F9805A;
}
</style>
border-color css
<style>
span { border-color: #F9805A; }
span { border-color: rgb(249,128,90); }
td.TdClassName
{
border-color: #F9805A;
}
.TagClassName
{
border-color: #F9805A;
}
</style>