Shades of Coral #FF8342
Tints of Coral #FF8342
RGB
CMYK
RGB Variations
Color information
#FF8342 (or 0xFF8342) is known color: Coral. HEX triplet: FF, 83 and 42. RGB value is (255,131,66). Sum of RGB (Red+Green+Blue) = 255+131+66=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8342 is #007CBD. Grayscale: #A1A1A1. Windows color (decimal): -31934 or 4359167. OLE color: 4359167.
HSL color Cylindrical-coordinate representation of color #FF8342: hue angle of 20.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF8342 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 66 | - |
| CMYK | 0 | 0.49 | 0.74 | 0 |
| HSL | 20.63º | 1% | 0.63% | - |
| HSV(B) | 20.63º | 0.74% | 1% | - |
| XYZ | 50.34 | 37.89 | 9.81 | - |
| YUV | 160.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 66 | 0 | 0.49 | 0.74 | 0 | 20.63 | 1 | 0.63 |
| Hex | FF | 83 | 42 | 0 | 31 | 4A | 0 | 15 | 64 | 3F |
| Octal | 377 | 203 | 102 | 0 | 61 | 112 | 0 | 25 | 144 | 77 |
| Binary | 11111111 | 10000011 | 1000010 | 0 | 110001 | 1001010 | 0 | 10101 | 1100100 | 111111 |
Color Harmonies of #FF8342
Complementary color
Monochromatic Colors of #FF8342
Black with #FF8342
Text Example
Text Example
White with #FF8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8342; }
p { color: rgb(255,131,66); }
H1.HeaderClassName
{
color: #FF8342;
}
.AnyTagClassName
{
color: #FF8342;
}
</style>
background-color css
<style>
a { background-color: #FF8342; }
a { background-color: rgb(255,131,66); }
div.DivClassName
{
background-color: #FF8342;
}
.BgClassName
{
background-color: #FF8342;
}
</style>
border-color css
<style>
span { border-color: #FF8342; }
span { border-color: rgb(255,131,66); }
td.TdClassName
{
border-color: #FF8342;
}
.TagClassName
{
border-color: #FF8342;
}
</style>