Shades of Coral #FF814C
Tints of Coral #FF814C
RGB
CMYK
RGB Variations
Color information
#FF814C (or 0xFF814C) is known color: Coral. HEX triplet: FF, 81 and 4C. RGB value is (255,129,76). Sum of RGB (Red+Green+Blue) = 255+129+76=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF814C is #007EB3. Grayscale: #A0A0A0. Windows color (decimal): -32436 or 5014015. OLE color: 5014015.
HSL color Cylindrical-coordinate representation of color #FF814C: hue angle of 17.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF814C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0 |
| HSL | 17.77º | 1% | 0.65% | - |
| HSV(B) | 17.77º | 0.7% | 1% | - |
| XYZ | 50.39 | 37.48 | 11.42 | - |
| YUV | 160.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 76 | 0 | 0.49 | 0.70 | 0 | 17.77 | 1 | 0.65 |
| Hex | FF | 81 | 4C | 0 | 31 | 46 | 0 | 12 | 64 | 41 |
| Octal | 377 | 201 | 114 | 0 | 61 | 106 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000001 | 1001100 | 0 | 110001 | 1000110 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF814C
Complementary color
Monochromatic Colors of #FF814C
Black with #FF814C
Text Example
Text Example
White with #FF814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF814C; }
p { color: rgb(255,129,76); }
H1.HeaderClassName
{
color: #FF814C;
}
.AnyTagClassName
{
color: #FF814C;
}
</style>
background-color css
<style>
a { background-color: #FF814C; }
a { background-color: rgb(255,129,76); }
div.DivClassName
{
background-color: #FF814C;
}
.BgClassName
{
background-color: #FF814C;
}
</style>
border-color css
<style>
span { border-color: #FF814C; }
span { border-color: rgb(255,129,76); }
td.TdClassName
{
border-color: #FF814C;
}
.TagClassName
{
border-color: #FF814C;
}
</style>