Shades of Coral #FB7C40
Tints of Coral #FB7C40
RGB
CMYK
RGB Variations
Color information
#FB7C40 (or 0xFB7C40) is known color: Coral. HEX triplet: FB, 7C and 40. RGB value is (251,124,64). Sum of RGB (Red+Green+Blue) = 251+124+64=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C40 is #0483BF. Grayscale: #9B9B9B. Windows color (decimal): -295872 or 4226299. OLE color: 4226299.
HSL color Cylindrical-coordinate representation of color #FB7C40: hue angle of 19.25º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB7C40 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 64 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.02 |
| HSL | 19.25º | 0.96% | 0.62% | - |
| HSV(B) | 19.25º | 0.75% | 0.98% | - |
| XYZ | 47.92 | 35.29 | 9.14 | - |
| YUV | 155.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 64 | 0 | 0.51 | 0.75 | 0.02 | 19.25 | 0.96 | 0.62 |
| Hex | FB | 7C | 40 | 0 | 33 | 4B | 2 | 13 | 60 | 3E |
| Octal | 373 | 174 | 100 | 0 | 63 | 113 | 2 | 23 | 140 | 76 |
| Binary | 11111011 | 1111100 | 1000000 | 0 | 110011 | 1001011 | 10 | 10011 | 1100000 | 111110 |
Color Harmonies of #FB7C40
Complementary color
Monochromatic Colors of #FB7C40
Black with #FB7C40
Text Example
Text Example
White with #FB7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C40; }
p { color: rgb(251,124,64); }
H1.HeaderClassName
{
color: #FB7C40;
}
.AnyTagClassName
{
color: #FB7C40;
}
</style>
background-color css
<style>
a { background-color: #FB7C40; }
a { background-color: rgb(251,124,64); }
div.DivClassName
{
background-color: #FB7C40;
}
.BgClassName
{
background-color: #FB7C40;
}
</style>
border-color css
<style>
span { border-color: #FB7C40; }
span { border-color: rgb(251,124,64); }
td.TdClassName
{
border-color: #FB7C40;
}
.TagClassName
{
border-color: #FB7C40;
}
</style>