Shades of Coral #FB835A
Tints of Coral #FB835A
RGB
CMYK
RGB Variations
Color information
#FB835A (or 0xFB835A) is known color: Coral. HEX triplet: FB, 83 and 5A. RGB value is (251,131,90). Sum of RGB (Red+Green+Blue) = 251+131+90=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB835A is #047CA5. Grayscale: #A2A2A2. Windows color (decimal): -294054 or 5932027. OLE color: 5932027.
HSL color Cylindrical-coordinate representation of color #FB835A: hue angle of 15.28º 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 #FB835A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 90 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.02 |
| HSL | 15.28º | 0.95% | 0.67% | - |
| HSV(B) | 15.28º | 0.64% | 0.98% | - |
| XYZ | 49.75 | 37.48 | 14.29 | - |
| YUV | 162.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 90 | 0 | 0.48 | 0.64 | 0.02 | 15.28 | 0.95 | 0.67 |
| Hex | FB | 83 | 5A | 0 | 30 | 40 | 2 | F | 5F | 43 |
| Octal | 373 | 203 | 132 | 0 | 60 | 100 | 2 | 17 | 137 | 103 |
| Binary | 11111011 | 10000011 | 1011010 | 0 | 110000 | 1000000 | 10 | 1111 | 1011111 | 1000011 |
Color Harmonies of #FB835A
Complementary color
Monochromatic Colors of #FB835A
Black with #FB835A
Text Example
Text Example
White with #FB835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB835A; }
p { color: rgb(251,131,90); }
H1.HeaderClassName
{
color: #FB835A;
}
.AnyTagClassName
{
color: #FB835A;
}
</style>
background-color css
<style>
a { background-color: #FB835A; }
a { background-color: rgb(251,131,90); }
div.DivClassName
{
background-color: #FB835A;
}
.BgClassName
{
background-color: #FB835A;
}
</style>
border-color css
<style>
span { border-color: #FB835A; }
span { border-color: rgb(251,131,90); }
td.TdClassName
{
border-color: #FB835A;
}
.TagClassName
{
border-color: #FB835A;
}
</style>