Shades of Coral #FB835B
Tints of Coral #FB835B
RGB
CMYK
RGB Variations
Color information
#FB835B (or 0xFB835B) is known color: Coral. HEX triplet: FB, 83 and 5B. RGB value is (251,131,91). Sum of RGB (Red+Green+Blue) = 251+131+91=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB835B is #047CA4. Grayscale: #A2A2A2. Windows color (decimal): -294053 or 5997563. OLE color: 5997563.
HSL color Cylindrical-coordinate representation of color #FB835B: hue angle of 15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB835B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 91 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.02 |
| HSL | 15º | 0.95% | 0.67% | - |
| HSV(B) | 15º | 0.64% | 0.98% | - |
| XYZ | 49.79 | 37.5 | 14.51 | - |
| YUV | 162.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 91 | 0 | 0.48 | 0.64 | 0.02 | 15 | 0.95 | 0.67 |
| Hex | FB | 83 | 5B | 0 | 30 | 40 | 2 | F | 5F | 43 |
| Octal | 373 | 203 | 133 | 0 | 60 | 100 | 2 | 17 | 137 | 103 |
| Binary | 11111011 | 10000011 | 1011011 | 0 | 110000 | 1000000 | 10 | 1111 | 1011111 | 1000011 |
Color Harmonies of #FB835B
Complementary color
Monochromatic Colors of #FB835B
Black with #FB835B
Text Example
Text Example
White with #FB835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB835B; }
p { color: rgb(251,131,91); }
H1.HeaderClassName
{
color: #FB835B;
}
.AnyTagClassName
{
color: #FB835B;
}
</style>
background-color css
<style>
a { background-color: #FB835B; }
a { background-color: rgb(251,131,91); }
div.DivClassName
{
background-color: #FB835B;
}
.BgClassName
{
background-color: #FB835B;
}
</style>
border-color css
<style>
span { border-color: #FB835B; }
span { border-color: rgb(251,131,91); }
td.TdClassName
{
border-color: #FB835B;
}
.TagClassName
{
border-color: #FB835B;
}
</style>