Shades of Coral #FB724A
Tints of Coral #FB724A
RGB
CMYK
RGB Variations
Color information
#FB724A (or 0xFB724A) is known color: Coral. HEX triplet: FB, 72 and 4A. RGB value is (251,114,74). Sum of RGB (Red+Green+Blue) = 251+114+74=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB724A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB724A is #048DB5. Grayscale: #969696. Windows color (decimal): -298422 or 4879099. OLE color: 4879099.
HSL color Cylindrical-coordinate representation of color #FB724A: hue angle of 13.56º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB724A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 74 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.02 |
| HSL | 13.56º | 0.96% | 0.64% | - |
| HSV(B) | 13.56º | 0.71% | 0.98% | - |
| XYZ | 47.04 | 33.04 | 10.38 | - |
| YUV | 150.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 74 | 0 | 0.55 | 0.71 | 0.02 | 13.56 | 0.96 | 0.64 |
| Hex | FB | 72 | 4A | 0 | 37 | 47 | 2 | E | 60 | 40 |
| Octal | 373 | 162 | 112 | 0 | 67 | 107 | 2 | 16 | 140 | 100 |
| Binary | 11111011 | 1110010 | 1001010 | 0 | 110111 | 1000111 | 10 | 1110 | 1100000 | 1000000 |
Color Harmonies of #FB724A
Complementary color
Monochromatic Colors of #FB724A
Black with #FB724A
Text Example
Text Example
White with #FB724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB724A; }
p { color: rgb(251,114,74); }
H1.HeaderClassName
{
color: #FB724A;
}
.AnyTagClassName
{
color: #FB724A;
}
</style>
background-color css
<style>
a { background-color: #FB724A; }
a { background-color: rgb(251,114,74); }
div.DivClassName
{
background-color: #FB724A;
}
.BgClassName
{
background-color: #FB724A;
}
</style>
border-color css
<style>
span { border-color: #FB724A; }
span { border-color: rgb(251,114,74); }
td.TdClassName
{
border-color: #FB724A;
}
.TagClassName
{
border-color: #FB724A;
}
</style>