Shades of Coral #F9754B
Tints of Coral #F9754B
RGB
CMYK
RGB Variations
Color information
#F9754B (or 0xF9754B) is known color: Coral. HEX triplet: F9, 75 and 4B. RGB value is (249,117,75). Sum of RGB (Red+Green+Blue) = 249+117+75=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9754B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9754B is #068AB4. Grayscale: #979797. Windows color (decimal): -428725 or 4945401. OLE color: 4945401.
HSL color Cylindrical-coordinate representation of color #F9754B: hue angle of 14.48º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9754B is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 75 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.02 |
| HSL | 14.48º | 0.94% | 0.64% | - |
| HSV(B) | 14.48º | 0.7% | 0.98% | - |
| XYZ | 46.7 | 33.37 | 10.64 | - |
| YUV | 151.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 75 | 0 | 0.53 | 0.70 | 0.02 | 14.48 | 0.94 | 0.64 |
| Hex | F9 | 75 | 4B | 0 | 35 | 46 | 2 | E | 5E | 40 |
| Octal | 371 | 165 | 113 | 0 | 65 | 106 | 2 | 16 | 136 | 100 |
| Binary | 11111001 | 1110101 | 1001011 | 0 | 110101 | 1000110 | 10 | 1110 | 1011110 | 1000000 |
Color Harmonies of #F9754B
Complementary color
Monochromatic Colors of #F9754B
Black with #F9754B
Text Example
Text Example
White with #F9754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9754B; }
p { color: rgb(249,117,75); }
H1.HeaderClassName
{
color: #F9754B;
}
.AnyTagClassName
{
color: #F9754B;
}
</style>
background-color css
<style>
a { background-color: #F9754B; }
a { background-color: rgb(249,117,75); }
div.DivClassName
{
background-color: #F9754B;
}
.BgClassName
{
background-color: #F9754B;
}
</style>
border-color css
<style>
span { border-color: #F9754B; }
span { border-color: rgb(249,117,75); }
td.TdClassName
{
border-color: #F9754B;
}
.TagClassName
{
border-color: #F9754B;
}
</style>