Shades of Coral #FB8453
Tints of Coral #FB8453
RGB
CMYK
RGB Variations
Color information
#FB8453 (or 0xFB8453) is known color: Coral. HEX triplet: FB, 84 and 53. RGB value is (251,132,83). Sum of RGB (Red+Green+Blue) = 251+132+83=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8453 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8453 is #047BAC. Grayscale: #A2A2A2. Windows color (decimal): -293805 or 5473531. OLE color: 5473531.
HSL color Cylindrical-coordinate representation of color #FB8453: hue angle of 17.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8453 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 83 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.02 |
| HSL | 17.5º | 0.95% | 0.65% | - |
| HSV(B) | 17.5º | 0.67% | 0.98% | - |
| XYZ | 49.6 | 37.64 | 12.83 | - |
| YUV | 162 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 83 | 0 | 0.47 | 0.67 | 0.02 | 17.5 | 0.95 | 0.65 |
| Hex | FB | 84 | 53 | 0 | 2F | 43 | 2 | 12 | 5F | 41 |
| Octal | 373 | 204 | 123 | 0 | 57 | 103 | 2 | 22 | 137 | 101 |
| Binary | 11111011 | 10000100 | 1010011 | 0 | 101111 | 1000011 | 10 | 10010 | 1011111 | 1000001 |
Color Harmonies of #FB8453
Complementary color
Monochromatic Colors of #FB8453
Black with #FB8453
Text Example
Text Example
White with #FB8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8453; }
p { color: rgb(251,132,83); }
H1.HeaderClassName
{
color: #FB8453;
}
.AnyTagClassName
{
color: #FB8453;
}
</style>
background-color css
<style>
a { background-color: #FB8453; }
a { background-color: rgb(251,132,83); }
div.DivClassName
{
background-color: #FB8453;
}
.BgClassName
{
background-color: #FB8453;
}
</style>
border-color css
<style>
span { border-color: #FB8453; }
span { border-color: rgb(251,132,83); }
td.TdClassName
{
border-color: #FB8453;
}
.TagClassName
{
border-color: #FB8453;
}
</style>