Shades of Coral #FF803E
Tints of Coral #FF803E
RGB
CMYK
RGB Variations
Color information
#FF803E (or 0xFF803E) is known color: Coral. HEX triplet: FF, 80 and 3E. RGB value is (255,128,62). Sum of RGB (Red+Green+Blue) = 255+128+62=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803E is #007FC1. Grayscale: #9E9E9E. Windows color (decimal): -32706 or 4096255. OLE color: 4096255.
HSL color Cylindrical-coordinate representation of color #FF803E: hue angle of 20.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF803E is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 62 | - |
| CMYK | 0 | 0.50 | 0.76 | 0 |
| HSL | 20.52º | 1% | 0.62% | - |
| HSV(B) | 20.52º | 0.76% | 1% | - |
| XYZ | 49.83 | 37.05 | 9.08 | - |
| YUV | 158.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 62 | 0 | 0.50 | 0.76 | 0 | 20.52 | 1 | 0.62 |
| Hex | FF | 80 | 3E | 0 | 32 | 4C | 0 | 15 | 64 | 3E |
| Octal | 377 | 200 | 76 | 0 | 62 | 114 | 0 | 25 | 144 | 76 |
| Binary | 11111111 | 10000000 | 111110 | 0 | 110010 | 1001100 | 0 | 10101 | 1100100 | 111110 |
Color Harmonies of #FF803E
Complementary color
Monochromatic Colors of #FF803E
Black with #FF803E
Text Example
Text Example
White with #FF803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF803E; }
p { color: rgb(255,128,62); }
H1.HeaderClassName
{
color: #FF803E;
}
.AnyTagClassName
{
color: #FF803E;
}
</style>
background-color css
<style>
a { background-color: #FF803E; }
a { background-color: rgb(255,128,62); }
div.DivClassName
{
background-color: #FF803E;
}
.BgClassName
{
background-color: #FF803E;
}
</style>
border-color css
<style>
span { border-color: #FF803E; }
span { border-color: rgb(255,128,62); }
td.TdClassName
{
border-color: #FF803E;
}
.TagClassName
{
border-color: #FF803E;
}
</style>