Shades of Coral #FF803F
Tints of Coral #FF803F
RGB
CMYK
RGB Variations
Color information
#FF803F (or 0xFF803F) is known color: Coral. HEX triplet: FF, 80 and 3F. RGB value is (255,128,63). Sum of RGB (Red+Green+Blue) = 255+128+63=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803F is #007FC0. Grayscale: #9E9E9E. Windows color (decimal): -32705 or 4161791. OLE color: 4161791.
HSL color Cylindrical-coordinate representation of color #FF803F: hue angle of 20.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF803F is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 63 | - |
| CMYK | 0 | 0.50 | 0.75 | 0 |
| HSL | 20.31º | 1% | 0.62% | - |
| HSV(B) | 20.31º | 0.75% | 1% | - |
| XYZ | 49.86 | 37.06 | 9.23 | - |
| YUV | 158.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 63 | 0 | 0.50 | 0.75 | 0 | 20.31 | 1 | 0.62 |
| Hex | FF | 80 | 3F | 0 | 32 | 4B | 0 | 14 | 64 | 3E |
| Octal | 377 | 200 | 77 | 0 | 62 | 113 | 0 | 24 | 144 | 76 |
| Binary | 11111111 | 10000000 | 111111 | 0 | 110010 | 1001011 | 0 | 10100 | 1100100 | 111110 |
Color Harmonies of #FF803F
Complementary color
Monochromatic Colors of #FF803F
Black with #FF803F
Text Example
Text Example
White with #FF803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF803F; }
p { color: rgb(255,128,63); }
H1.HeaderClassName
{
color: #FF803F;
}
.AnyTagClassName
{
color: #FF803F;
}
</style>
background-color css
<style>
a { background-color: #FF803F; }
a { background-color: rgb(255,128,63); }
div.DivClassName
{
background-color: #FF803F;
}
.BgClassName
{
background-color: #FF803F;
}
</style>
border-color css
<style>
span { border-color: #FF803F; }
span { border-color: rgb(255,128,63); }
td.TdClassName
{
border-color: #FF803F;
}
.TagClassName
{
border-color: #FF803F;
}
</style>