Shades of Coral #FB7F4A
Tints of Coral #FB7F4A
RGB
CMYK
RGB Variations
Color information
#FB7F4A (or 0xFB7F4A) is known color: Coral. HEX triplet: FB, 7F and 4A. RGB value is (251,127,74). Sum of RGB (Red+Green+Blue) = 251+127+74=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F4A is #0480B5. Grayscale: #9E9E9E. Windows color (decimal): -295094 or 4882427. OLE color: 4882427.
HSL color Cylindrical-coordinate representation of color #FB7F4A: hue angle of 17.97º 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 #FB7F4A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 74 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.02 |
| HSL | 17.97º | 0.96% | 0.64% | - |
| HSV(B) | 17.97º | 0.71% | 0.98% | - |
| XYZ | 48.61 | 36.18 | 10.9 | - |
| YUV | 158.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 74 | 0 | 0.49 | 0.71 | 0.02 | 17.97 | 0.96 | 0.64 |
| Hex | FB | 7F | 4A | 0 | 31 | 47 | 2 | 12 | 60 | 40 |
| Octal | 373 | 177 | 112 | 0 | 61 | 107 | 2 | 22 | 140 | 100 |
| Binary | 11111011 | 1111111 | 1001010 | 0 | 110001 | 1000111 | 10 | 10010 | 1100000 | 1000000 |
Color Harmonies of #FB7F4A
Complementary color
Monochromatic Colors of #FB7F4A
Black with #FB7F4A
Text Example
Text Example
White with #FB7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F4A; }
p { color: rgb(251,127,74); }
H1.HeaderClassName
{
color: #FB7F4A;
}
.AnyTagClassName
{
color: #FB7F4A;
}
</style>
background-color css
<style>
a { background-color: #FB7F4A; }
a { background-color: rgb(251,127,74); }
div.DivClassName
{
background-color: #FB7F4A;
}
.BgClassName
{
background-color: #FB7F4A;
}
</style>
border-color css
<style>
span { border-color: #FB7F4A; }
span { border-color: rgb(251,127,74); }
td.TdClassName
{
border-color: #FB7F4A;
}
.TagClassName
{
border-color: #FB7F4A;
}
</style>