Shades of Light Coral #F9807F
Tints of Light Coral #F9807F
RGB
CMYK
RGB Variations
Color information
#F9807F (or 0xF9807F) is known color: Light Coral. HEX triplet: F9, 80 and 7F. RGB value is (249,128,127). Sum of RGB (Red+Green+Blue) = 249+128+127=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9807F is #067F80. Grayscale: #A4A4A4. Windows color (decimal): -425857 or 8356089. OLE color: 8356089.
HSL color Cylindrical-coordinate representation of color #F9807F: hue angle of 0.49º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9807F is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 127 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.02 |
| HSL | 0.49º | 0.91% | 0.74% | - |
| HSV(B) | 0.49º | 0.49% | 0.98% | - |
| XYZ | 50.62 | 37.11 | 24.57 | - |
| YUV | 164.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 127 | 0 | 0.49 | 0.49 | 0.02 | 0.49 | 0.91 | 0.74 |
| Hex | F9 | 80 | 7F | 0 | 31 | 31 | 2 | 0 | 5B | 4A |
| Octal | 371 | 200 | 177 | 0 | 61 | 61 | 2 | 0 | 133 | 112 |
| Binary | 11111001 | 10000000 | 1111111 | 0 | 110001 | 110001 | 10 | 0 | 1011011 | 1001010 |
Color Harmonies of #F9807F
Complementary color
Monochromatic Colors of #F9807F
Black with #F9807F
Text Example
Text Example
White with #F9807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9807F; }
p { color: rgb(249,128,127); }
H1.HeaderClassName
{
color: #F9807F;
}
.AnyTagClassName
{
color: #F9807F;
}
</style>
background-color css
<style>
a { background-color: #F9807F; }
a { background-color: rgb(249,128,127); }
div.DivClassName
{
background-color: #F9807F;
}
.BgClassName
{
background-color: #F9807F;
}
</style>
border-color css
<style>
span { border-color: #F9807F; }
span { border-color: rgb(249,128,127); }
td.TdClassName
{
border-color: #F9807F;
}
.TagClassName
{
border-color: #F9807F;
}
</style>