Shades of Coral #FF835A
Tints of Coral #FF835A
RGB
CMYK
RGB Variations
Color information
#FF835A (or 0xFF835A) is known color: Coral. HEX triplet: FF, 83 and 5A. RGB value is (255,131,90). Sum of RGB (Red+Green+Blue) = 255+131+90=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF835A is #007CA5. Grayscale: #A3A3A3. Windows color (decimal): -31910 or 5932031. OLE color: 5932031.
HSL color Cylindrical-coordinate representation of color #FF835A: hue angle of 14.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF835A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 90 | - |
| CMYK | 0 | 0.49 | 0.65 | 0 |
| HSL | 14.91º | 1% | 0.68% | - |
| HSV(B) | 14.91º | 0.65% | 1% | - |
| XYZ | 51.2 | 38.23 | 14.35 | - |
| YUV | 163.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 90 | 0 | 0.49 | 0.65 | 0 | 14.91 | 1 | 0.68 |
| Hex | FF | 83 | 5A | 0 | 31 | 41 | 0 | F | 64 | 44 |
| Octal | 377 | 203 | 132 | 0 | 61 | 101 | 0 | 17 | 144 | 104 |
| Binary | 11111111 | 10000011 | 1011010 | 0 | 110001 | 1000001 | 0 | 1111 | 1100100 | 1000100 |
Color Harmonies of #FF835A
Complementary color
Monochromatic Colors of #FF835A
Black with #FF835A
Text Example
Text Example
White with #FF835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF835A; }
p { color: rgb(255,131,90); }
H1.HeaderClassName
{
color: #FF835A;
}
.AnyTagClassName
{
color: #FF835A;
}
</style>
background-color css
<style>
a { background-color: #FF835A; }
a { background-color: rgb(255,131,90); }
div.DivClassName
{
background-color: #FF835A;
}
.BgClassName
{
background-color: #FF835A;
}
</style>
border-color css
<style>
span { border-color: #FF835A; }
span { border-color: rgb(255,131,90); }
td.TdClassName
{
border-color: #FF835A;
}
.TagClassName
{
border-color: #FF835A;
}
</style>