Shades of Coral #FF8442
Tints of Coral #FF8442
RGB
CMYK
RGB Variations
Color information
#FF8442 (or 0xFF8442) is known color: Coral. HEX triplet: FF, 84 and 42. RGB value is (255,132,66). Sum of RGB (Red+Green+Blue) = 255+132+66=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8442 is #007BBD. Grayscale: #A1A1A1. Windows color (decimal): -31678 or 4359423. OLE color: 4359423.
HSL color Cylindrical-coordinate representation of color #FF8442: hue angle of 20.95º 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 #FF8442 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 66 | - |
| CMYK | 0 | 0.48 | 0.74 | 0 |
| HSL | 20.95º | 1% | 0.63% | - |
| HSV(B) | 20.95º | 0.74% | 1% | - |
| XYZ | 50.47 | 38.16 | 9.86 | - |
| YUV | 161.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 66 | 0 | 0.48 | 0.74 | 0 | 20.95 | 1 | 0.63 |
| Hex | FF | 84 | 42 | 0 | 30 | 4A | 0 | 15 | 64 | 3F |
| Octal | 377 | 204 | 102 | 0 | 60 | 112 | 0 | 25 | 144 | 77 |
| Binary | 11111111 | 10000100 | 1000010 | 0 | 110000 | 1001010 | 0 | 10101 | 1100100 | 111111 |
Color Harmonies of #FF8442
Complementary color
Monochromatic Colors of #FF8442
Black with #FF8442
Text Example
Text Example
White with #FF8442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8442; }
p { color: rgb(255,132,66); }
H1.HeaderClassName
{
color: #FF8442;
}
.AnyTagClassName
{
color: #FF8442;
}
</style>
background-color css
<style>
a { background-color: #FF8442; }
a { background-color: rgb(255,132,66); }
div.DivClassName
{
background-color: #FF8442;
}
.BgClassName
{
background-color: #FF8442;
}
</style>
border-color css
<style>
span { border-color: #FF8442; }
span { border-color: rgb(255,132,66); }
td.TdClassName
{
border-color: #FF8442;
}
.TagClassName
{
border-color: #FF8442;
}
</style>