Shades of Coral #F9824C
Tints of Coral #F9824C
RGB
CMYK
RGB Variations
Color information
#F9824C (or 0xF9824C) is known color: Coral. HEX triplet: F9, 82 and 4C. RGB value is (249,130,76). Sum of RGB (Red+Green+Blue) = 249+130+76=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9824C is #067DB3. Grayscale: #9F9F9F. Windows color (decimal): -425396 or 5014265. OLE color: 5014265.
HSL color Cylindrical-coordinate representation of color #F9824C: hue angle of 18.73º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9824C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 76 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.02 |
| HSL | 18.73º | 0.94% | 0.64% | - |
| HSV(B) | 18.73º | 0.69% | 0.98% | - |
| XYZ | 48.35 | 36.63 | 11.36 | - |
| YUV | 159.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 76 | 0 | 0.48 | 0.69 | 0.02 | 18.73 | 0.94 | 0.64 |
| Hex | F9 | 82 | 4C | 0 | 30 | 45 | 2 | 13 | 5E | 40 |
| Octal | 371 | 202 | 114 | 0 | 60 | 105 | 2 | 23 | 136 | 100 |
| Binary | 11111001 | 10000010 | 1001100 | 0 | 110000 | 1000101 | 10 | 10011 | 1011110 | 1000000 |
Color Harmonies of #F9824C
Complementary color
Monochromatic Colors of #F9824C
Black with #F9824C
Text Example
Text Example
White with #F9824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9824C; }
p { color: rgb(249,130,76); }
H1.HeaderClassName
{
color: #F9824C;
}
.AnyTagClassName
{
color: #F9824C;
}
</style>
background-color css
<style>
a { background-color: #F9824C; }
a { background-color: rgb(249,130,76); }
div.DivClassName
{
background-color: #F9824C;
}
.BgClassName
{
background-color: #F9824C;
}
</style>
border-color css
<style>
span { border-color: #F9824C; }
span { border-color: rgb(249,130,76); }
td.TdClassName
{
border-color: #F9824C;
}
.TagClassName
{
border-color: #F9824C;
}
</style>