Shades of Coral #FF8441
Tints of Coral #FF8441
RGB
CMYK
RGB Variations
Color information
#FF8441 (or 0xFF8441) is known color: Coral. HEX triplet: FF, 84 and 41. RGB value is (255,132,65). Sum of RGB (Red+Green+Blue) = 255+132+65=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8441 is #007BBE. Grayscale: #A1A1A1. Windows color (decimal): -31679 or 4293887. OLE color: 4293887.
HSL color Cylindrical-coordinate representation of color #FF8441: hue angle of 21.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8441 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 65 | - |
| CMYK | 0 | 0.48 | 0.75 | 0 |
| HSL | 21.16º | 1% | 0.63% | - |
| HSV(B) | 21.16º | 0.75% | 1% | - |
| XYZ | 50.45 | 38.14 | 9.7 | - |
| YUV | 161.14 | 73.75 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 65 | 0 | 0.48 | 0.75 | 0 | 21.16 | 1 | 0.63 |
| Hex | FF | 84 | 41 | 0 | 30 | 4B | 0 | 15 | 64 | 3F |
| Octal | 377 | 204 | 101 | 0 | 60 | 113 | 0 | 25 | 144 | 77 |
| Binary | 11111111 | 10000100 | 1000001 | 0 | 110000 | 1001011 | 0 | 10101 | 1100100 | 111111 |
Color Harmonies of #FF8441
Complementary color
Monochromatic Colors of #FF8441
Black with #FF8441
Text Example
Text Example
White with #FF8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8441; }
p { color: rgb(255,132,65); }
H1.HeaderClassName
{
color: #FF8441;
}
.AnyTagClassName
{
color: #FF8441;
}
</style>
background-color css
<style>
a { background-color: #FF8441; }
a { background-color: rgb(255,132,65); }
div.DivClassName
{
background-color: #FF8441;
}
.BgClassName
{
background-color: #FF8441;
}
</style>
border-color css
<style>
span { border-color: #FF8441; }
span { border-color: rgb(255,132,65); }
td.TdClassName
{
border-color: #FF8441;
}
.TagClassName
{
border-color: #FF8441;
}
</style>