Shades of Coral #FF804A
Tints of Coral #FF804A
RGB
CMYK
RGB Variations
Color information
#FF804A (or 0xFF804A) is known color: Coral. HEX triplet: FF, 80 and 4A. RGB value is (255,128,74). Sum of RGB (Red+Green+Blue) = 255+128+74=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF804A is #007FB5. Grayscale: #A0A0A0. Windows color (decimal): -32694 or 4882687. OLE color: 4882687.
HSL color Cylindrical-coordinate representation of color #FF804A: hue angle of 17.9º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF804A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 74 | - |
| CMYK | 0 | 0.50 | 0.71 | 0 |
| HSL | 17.9º | 1% | 0.65% | - |
| HSV(B) | 17.9º | 0.71% | 1% | - |
| XYZ | 50.2 | 37.19 | 11.01 | - |
| YUV | 159.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 74 | 0 | 0.50 | 0.71 | 0 | 17.9 | 1 | 0.65 |
| Hex | FF | 80 | 4A | 0 | 32 | 47 | 0 | 12 | 64 | 41 |
| Octal | 377 | 200 | 112 | 0 | 62 | 107 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000000 | 1001010 | 0 | 110010 | 1000111 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF804A
Complementary color
Monochromatic Colors of #FF804A
Black with #FF804A
Text Example
Text Example
White with #FF804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF804A; }
p { color: rgb(255,128,74); }
H1.HeaderClassName
{
color: #FF804A;
}
.AnyTagClassName
{
color: #FF804A;
}
</style>
background-color css
<style>
a { background-color: #FF804A; }
a { background-color: rgb(255,128,74); }
div.DivClassName
{
background-color: #FF804A;
}
.BgClassName
{
background-color: #FF804A;
}
</style>
border-color css
<style>
span { border-color: #FF804A; }
span { border-color: rgb(255,128,74); }
td.TdClassName
{
border-color: #FF804A;
}
.TagClassName
{
border-color: #FF804A;
}
</style>