Shades of Coral #FF835C
Tints of Coral #FF835C
RGB
CMYK
RGB Variations
Color information
#FF835C (or 0xFF835C) is known color: Coral. HEX triplet: FF, 83 and 5C. RGB value is (255,131,92). Sum of RGB (Red+Green+Blue) = 255+131+92=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF835C is #007CA3. Grayscale: #A3A3A3. Windows color (decimal): -31908 or 6063103. OLE color: 6063103.
HSL color Cylindrical-coordinate representation of color #FF835C: hue angle of 14.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF835C is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 92 | - |
| CMYK | 0 | 0.49 | 0.64 | 0 |
| HSL | 14.36º | 1% | 0.68% | - |
| HSV(B) | 14.36º | 0.64% | 1% | - |
| XYZ | 51.29 | 38.27 | 14.81 | - |
| YUV | 163.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 92 | 0 | 0.49 | 0.64 | 0 | 14.36 | 1 | 0.68 |
| Hex | FF | 83 | 5C | 0 | 31 | 40 | 0 | E | 64 | 44 |
| Octal | 377 | 203 | 134 | 0 | 61 | 100 | 0 | 16 | 144 | 104 |
| Binary | 11111111 | 10000011 | 1011100 | 0 | 110001 | 1000000 | 0 | 1110 | 1100100 | 1000100 |
Color Harmonies of #FF835C
Complementary color
Monochromatic Colors of #FF835C
Black with #FF835C
Text Example
Text Example
White with #FF835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF835C; }
p { color: rgb(255,131,92); }
H1.HeaderClassName
{
color: #FF835C;
}
.AnyTagClassName
{
color: #FF835C;
}
</style>
background-color css
<style>
a { background-color: #FF835C; }
a { background-color: rgb(255,131,92); }
div.DivClassName
{
background-color: #FF835C;
}
.BgClassName
{
background-color: #FF835C;
}
</style>
border-color css
<style>
span { border-color: #FF835C; }
span { border-color: rgb(255,131,92); }
td.TdClassName
{
border-color: #FF835C;
}
.TagClassName
{
border-color: #FF835C;
}
</style>