Shades of Coral #FB754E
Tints of Coral #FB754E
RGB
CMYK
RGB Variations
Color information
#FB754E (or 0xFB754E) is known color: Coral. HEX triplet: FB, 75 and 4E. RGB value is (251,117,78). Sum of RGB (Red+Green+Blue) = 251+117+78=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB754E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB754E is #048AB1. Grayscale: #989898. Windows color (decimal): -297650 or 5142011. OLE color: 5142011.
HSL color Cylindrical-coordinate representation of color #FB754E: hue angle of 13.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB754E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 78 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.02 |
| HSL | 13.53º | 0.96% | 0.65% | - |
| HSV(B) | 13.53º | 0.69% | 0.98% | - |
| XYZ | 47.52 | 33.78 | 11.22 | - |
| YUV | 152.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 78 | 0 | 0.53 | 0.69 | 0.02 | 13.53 | 0.96 | 0.65 |
| Hex | FB | 75 | 4E | 0 | 35 | 45 | 2 | E | 60 | 41 |
| Octal | 373 | 165 | 116 | 0 | 65 | 105 | 2 | 16 | 140 | 101 |
| Binary | 11111011 | 1110101 | 1001110 | 0 | 110101 | 1000101 | 10 | 1110 | 1100000 | 1000001 |
Color Harmonies of #FB754E
Complementary color
Monochromatic Colors of #FB754E
Black with #FB754E
Text Example
Text Example
White with #FB754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB754E; }
p { color: rgb(251,117,78); }
H1.HeaderClassName
{
color: #FB754E;
}
.AnyTagClassName
{
color: #FB754E;
}
</style>
background-color css
<style>
a { background-color: #FB754E; }
a { background-color: rgb(251,117,78); }
div.DivClassName
{
background-color: #FB754E;
}
.BgClassName
{
background-color: #FB754E;
}
</style>
border-color css
<style>
span { border-color: #FB754E; }
span { border-color: rgb(251,117,78); }
td.TdClassName
{
border-color: #FB754E;
}
.TagClassName
{
border-color: #FB754E;
}
</style>