Shades of Light Coral #F9827C
Tints of Light Coral #F9827C
RGB
CMYK
RGB Variations
Color information
#F9827C (or 0xF9827C) is known color: Light Coral. HEX triplet: F9, 82 and 7C. RGB value is (249,130,124). Sum of RGB (Red+Green+Blue) = 249+130+124=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9827C is #067D83. Grayscale: #A5A5A5. Windows color (decimal): -425348 or 8159993. OLE color: 8159993.
HSL color Cylindrical-coordinate representation of color #F9827C: hue angle of 2.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9827C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 124 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.02 |
| HSL | 2.88º | 0.91% | 0.73% | - |
| HSV(B) | 2.88º | 0.5% | 0.98% | - |
| XYZ | 50.69 | 37.56 | 23.65 | - |
| YUV | 164.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 124 | 0 | 0.48 | 0.50 | 0.02 | 2.88 | 0.91 | 0.73 |
| Hex | F9 | 82 | 7C | 0 | 30 | 32 | 2 | 3 | 5B | 49 |
| Octal | 371 | 202 | 174 | 0 | 60 | 62 | 2 | 3 | 133 | 111 |
| Binary | 11111001 | 10000010 | 1111100 | 0 | 110000 | 110010 | 10 | 11 | 1011011 | 1001001 |
Color Harmonies of #F9827C
Complementary color
Monochromatic Colors of #F9827C
Black with #F9827C
Text Example
Text Example
White with #F9827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9827C; }
p { color: rgb(249,130,124); }
H1.HeaderClassName
{
color: #F9827C;
}
.AnyTagClassName
{
color: #F9827C;
}
</style>
background-color css
<style>
a { background-color: #F9827C; }
a { background-color: rgb(249,130,124); }
div.DivClassName
{
background-color: #F9827C;
}
.BgClassName
{
background-color: #F9827C;
}
</style>
border-color css
<style>
span { border-color: #F9827C; }
span { border-color: rgb(249,130,124); }
td.TdClassName
{
border-color: #F9827C;
}
.TagClassName
{
border-color: #F9827C;
}
</style>