Shades of Coral #FF835F
Tints of Coral #FF835F
RGB
CMYK
RGB Variations
Color information
#FF835F (or 0xFF835F) is known color: Coral. HEX triplet: FF, 83 and 5F. RGB value is (255,131,95). Sum of RGB (Red+Green+Blue) = 255+131+95=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF835F is #007CA0. Grayscale: #A4A4A4. Windows color (decimal): -31905 or 6259711. OLE color: 6259711.
HSL color Cylindrical-coordinate representation of color #FF835F: hue angle of 13.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF835F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 95 | - |
| CMYK | 0 | 0.49 | 0.63 | 0 |
| HSL | 13.5º | 1% | 0.69% | - |
| HSV(B) | 13.5º | 0.63% | 1% | - |
| XYZ | 51.42 | 38.32 | 15.51 | - |
| YUV | 163.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 95 | 0 | 0.49 | 0.63 | 0 | 13.5 | 1 | 0.69 |
| Hex | FF | 83 | 5F | 0 | 31 | 3F | 0 | E | 64 | 45 |
| Octal | 377 | 203 | 137 | 0 | 61 | 77 | 0 | 16 | 144 | 105 |
| Binary | 11111111 | 10000011 | 1011111 | 0 | 110001 | 111111 | 0 | 1110 | 1100100 | 1000101 |
Color Harmonies of #FF835F
Complementary color
Monochromatic Colors of #FF835F
Black with #FF835F
Text Example
Text Example
White with #FF835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF835F; }
p { color: rgb(255,131,95); }
H1.HeaderClassName
{
color: #FF835F;
}
.AnyTagClassName
{
color: #FF835F;
}
</style>
background-color css
<style>
a { background-color: #FF835F; }
a { background-color: rgb(255,131,95); }
div.DivClassName
{
background-color: #FF835F;
}
.BgClassName
{
background-color: #FF835F;
}
</style>
border-color css
<style>
span { border-color: #FF835F; }
span { border-color: rgb(255,131,95); }
td.TdClassName
{
border-color: #FF835F;
}
.TagClassName
{
border-color: #FF835F;
}
</style>