Shades of Coral #F9764C
Tints of Coral #F9764C
RGB
CMYK
RGB Variations
Color information
#F9764C (or 0xF9764C) is known color: Coral. HEX triplet: F9, 76 and 4C. RGB value is (249,118,76). Sum of RGB (Red+Green+Blue) = 249+118+76=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9764C is #0689B3. Grayscale: #989898. Windows color (decimal): -428468 or 5011193. OLE color: 5011193.
HSL color Cylindrical-coordinate representation of color #F9764C: hue angle of 14.57º 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 #F9764C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 76 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.02 |
| HSL | 14.57º | 0.94% | 0.64% | - |
| HSV(B) | 14.57º | 0.69% | 0.98% | - |
| XYZ | 46.85 | 33.62 | 10.86 | - |
| YUV | 152.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 76 | 0 | 0.53 | 0.69 | 0.02 | 14.57 | 0.94 | 0.64 |
| Hex | F9 | 76 | 4C | 0 | 35 | 45 | 2 | F | 5E | 40 |
| Octal | 371 | 166 | 114 | 0 | 65 | 105 | 2 | 17 | 136 | 100 |
| Binary | 11111001 | 1110110 | 1001100 | 0 | 110101 | 1000101 | 10 | 1111 | 1011110 | 1000000 |
Color Harmonies of #F9764C
Complementary color
Monochromatic Colors of #F9764C
Black with #F9764C
Text Example
Text Example
White with #F9764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9764C; }
p { color: rgb(249,118,76); }
H1.HeaderClassName
{
color: #F9764C;
}
.AnyTagClassName
{
color: #F9764C;
}
</style>
background-color css
<style>
a { background-color: #F9764C; }
a { background-color: rgb(249,118,76); }
div.DivClassName
{
background-color: #F9764C;
}
.BgClassName
{
background-color: #F9764C;
}
</style>
border-color css
<style>
span { border-color: #F9764C; }
span { border-color: rgb(249,118,76); }
td.TdClassName
{
border-color: #F9764C;
}
.TagClassName
{
border-color: #F9764C;
}
</style>