Shades of Coral #FF804B
Tints of Coral #FF804B
RGB
CMYK
RGB Variations
Color information
#FF804B (or 0xFF804B) is known color: Coral. HEX triplet: FF, 80 and 4B. RGB value is (255,128,75). Sum of RGB (Red+Green+Blue) = 255+128+75=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF804B is #007FB4. Grayscale: #A0A0A0. Windows color (decimal): -32693 or 4948223. OLE color: 4948223.
HSL color Cylindrical-coordinate representation of color #FF804B: hue angle of 17.67º 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 #FF804B is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 75 | - |
| CMYK | 0 | 0.50 | 0.71 | 0 |
| HSL | 17.67º | 1% | 0.65% | - |
| HSV(B) | 17.67º | 0.71% | 1% | - |
| XYZ | 50.23 | 37.21 | 11.19 | - |
| YUV | 159.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 75 | 0 | 0.50 | 0.71 | 0 | 17.67 | 1 | 0.65 |
| Hex | FF | 80 | 4B | 0 | 32 | 47 | 0 | 12 | 64 | 41 |
| Octal | 377 | 200 | 113 | 0 | 62 | 107 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000000 | 1001011 | 0 | 110010 | 1000111 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF804B
Complementary color
Monochromatic Colors of #FF804B
Black with #FF804B
Text Example
Text Example
White with #FF804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF804B; }
p { color: rgb(255,128,75); }
H1.HeaderClassName
{
color: #FF804B;
}
.AnyTagClassName
{
color: #FF804B;
}
</style>
background-color css
<style>
a { background-color: #FF804B; }
a { background-color: rgb(255,128,75); }
div.DivClassName
{
background-color: #FF804B;
}
.BgClassName
{
background-color: #FF804B;
}
</style>
border-color css
<style>
span { border-color: #FF804B; }
span { border-color: rgb(255,128,75); }
td.TdClassName
{
border-color: #FF804B;
}
.TagClassName
{
border-color: #FF804B;
}
</style>