Shades of Coral #FF8541
Tints of Coral #FF8541
RGB
CMYK
RGB Variations
Color information
#FF8541 (or 0xFF8541) is known color: Coral. HEX triplet: FF, 85 and 41. RGB value is (255,133,65). Sum of RGB (Red+Green+Blue) = 255+133+65=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8541 is #007ABE. Grayscale: #A2A2A2. Windows color (decimal): -31423 or 4294143. OLE color: 4294143.
HSL color Cylindrical-coordinate representation of color #FF8541: hue angle of 21.47º 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 #FF8541 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 65 | - |
| CMYK | 0 | 0.48 | 0.75 | 0 |
| HSL | 21.47º | 1% | 0.63% | - |
| HSV(B) | 21.47º | 0.75% | 1% | - |
| XYZ | 50.58 | 38.42 | 9.75 | - |
| YUV | 161.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 65 | 0 | 0.48 | 0.75 | 0 | 21.47 | 1 | 0.63 |
| Hex | FF | 85 | 41 | 0 | 30 | 4B | 0 | 15 | 64 | 3F |
| Octal | 377 | 205 | 101 | 0 | 60 | 113 | 0 | 25 | 144 | 77 |
| Binary | 11111111 | 10000101 | 1000001 | 0 | 110000 | 1001011 | 0 | 10101 | 1100100 | 111111 |
Color Harmonies of #FF8541
Complementary color
Monochromatic Colors of #FF8541
Black with #FF8541
Text Example
Text Example
White with #FF8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8541; }
p { color: rgb(255,133,65); }
H1.HeaderClassName
{
color: #FF8541;
}
.AnyTagClassName
{
color: #FF8541;
}
</style>
background-color css
<style>
a { background-color: #FF8541; }
a { background-color: rgb(255,133,65); }
div.DivClassName
{
background-color: #FF8541;
}
.BgClassName
{
background-color: #FF8541;
}
</style>
border-color css
<style>
span { border-color: #FF8541; }
span { border-color: rgb(255,133,65); }
td.TdClassName
{
border-color: #FF8541;
}
.TagClassName
{
border-color: #FF8541;
}
</style>