Shades of Coral #FB835C
Tints of Coral #FB835C
RGB
CMYK
RGB Variations
Color information
#FB835C (or 0xFB835C) is known color: Coral. HEX triplet: FB, 83 and 5C. RGB value is (251,131,92). Sum of RGB (Red+Green+Blue) = 251+131+92=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB835C is #047CA3. Grayscale: #A2A2A2. Windows color (decimal): -294052 or 6063099. OLE color: 6063099.
HSL color Cylindrical-coordinate representation of color #FB835C: hue angle of 14.72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB835C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.02 |
| HSL | 14.72º | 0.95% | 0.67% | - |
| HSV(B) | 14.72º | 0.63% | 0.98% | - |
| XYZ | 49.83 | 37.51 | 14.74 | - |
| YUV | 162.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 92 | 0 | 0.48 | 0.63 | 0.02 | 14.72 | 0.95 | 0.67 |
| Hex | FB | 83 | 5C | 0 | 30 | 3F | 2 | F | 5F | 43 |
| Octal | 373 | 203 | 134 | 0 | 60 | 77 | 2 | 17 | 137 | 103 |
| Binary | 11111011 | 10000011 | 1011100 | 0 | 110000 | 111111 | 10 | 1111 | 1011111 | 1000011 |
Color Harmonies of #FB835C
Complementary color
Monochromatic Colors of #FB835C
Black with #FB835C
Text Example
Text Example
White with #FB835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB835C; }
p { color: rgb(251,131,92); }
H1.HeaderClassName
{
color: #FB835C;
}
.AnyTagClassName
{
color: #FB835C;
}
</style>
background-color css
<style>
a { background-color: #FB835C; }
a { background-color: rgb(251,131,92); }
div.DivClassName
{
background-color: #FB835C;
}
.BgClassName
{
background-color: #FB835C;
}
</style>
border-color css
<style>
span { border-color: #FB835C; }
span { border-color: rgb(251,131,92); }
td.TdClassName
{
border-color: #FB835C;
}
.TagClassName
{
border-color: #FB835C;
}
</style>