Shades of Coral #FF8353
Tints of Coral #FF8353
RGB
CMYK
RGB Variations
Color information
#FF8353 (or 0xFF8353) is known color: Coral. HEX triplet: FF, 83 and 53. RGB value is (255,131,83). Sum of RGB (Red+Green+Blue) = 255+131+83=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8353 is #007CAC. Grayscale: #A2A2A2. Windows color (decimal): -31917 or 5473279. OLE color: 5473279.
HSL color Cylindrical-coordinate representation of color #FF8353: hue angle of 16.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8353 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 83 | - |
| CMYK | 0 | 0.49 | 0.67 | 0 |
| HSL | 16.74º | 1% | 0.66% | - |
| HSV(B) | 16.74º | 0.67% | 1% | - |
| XYZ | 50.92 | 38.12 | 12.86 | - |
| YUV | 162.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 83 | 0 | 0.49 | 0.67 | 0 | 16.74 | 1 | 0.66 |
| Hex | FF | 83 | 53 | 0 | 31 | 43 | 0 | 11 | 64 | 42 |
| Octal | 377 | 203 | 123 | 0 | 61 | 103 | 0 | 21 | 144 | 102 |
| Binary | 11111111 | 10000011 | 1010011 | 0 | 110001 | 1000011 | 0 | 10001 | 1100100 | 1000010 |
Color Harmonies of #FF8353
Complementary color
Monochromatic Colors of #FF8353
Black with #FF8353
Text Example
Text Example
White with #FF8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8353; }
p { color: rgb(255,131,83); }
H1.HeaderClassName
{
color: #FF8353;
}
.AnyTagClassName
{
color: #FF8353;
}
</style>
background-color css
<style>
a { background-color: #FF8353; }
a { background-color: rgb(255,131,83); }
div.DivClassName
{
background-color: #FF8353;
}
.BgClassName
{
background-color: #FF8353;
}
</style>
border-color css
<style>
span { border-color: #FF8353; }
span { border-color: rgb(255,131,83); }
td.TdClassName
{
border-color: #FF8353;
}
.TagClassName
{
border-color: #FF8353;
}
</style>