Shades of Coral #FF814B
Tints of Coral #FF814B
RGB
CMYK
RGB Variations
Color information
#FF814B (or 0xFF814B) is known color: Coral. HEX triplet: FF, 81 and 4B. RGB value is (255,129,75). Sum of RGB (Red+Green+Blue) = 255+129+75=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF814B is #007EB4. Grayscale: #A0A0A0. Windows color (decimal): -32437 or 4948479. OLE color: 4948479.
HSL color Cylindrical-coordinate representation of color #FF814B: hue angle of 18º 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 #FF814B is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 75 | - |
| CMYK | 0 | 0.49 | 0.71 | 0 |
| HSL | 18º | 1% | 0.65% | - |
| HSV(B) | 18º | 0.71% | 1% | - |
| XYZ | 50.36 | 37.47 | 11.23 | - |
| YUV | 160.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 75 | 0 | 0.49 | 0.71 | 0 | 18 | 1 | 0.65 |
| Hex | FF | 81 | 4B | 0 | 31 | 47 | 0 | 12 | 64 | 41 |
| Octal | 377 | 201 | 113 | 0 | 61 | 107 | 0 | 22 | 144 | 101 |
| Binary | 11111111 | 10000001 | 1001011 | 0 | 110001 | 1000111 | 0 | 10010 | 1100100 | 1000001 |
Color Harmonies of #FF814B
Complementary color
Monochromatic Colors of #FF814B
Black with #FF814B
Text Example
Text Example
White with #FF814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF814B; }
p { color: rgb(255,129,75); }
H1.HeaderClassName
{
color: #FF814B;
}
.AnyTagClassName
{
color: #FF814B;
}
</style>
background-color css
<style>
a { background-color: #FF814B; }
a { background-color: rgb(255,129,75); }
div.DivClassName
{
background-color: #FF814B;
}
.BgClassName
{
background-color: #FF814B;
}
</style>
border-color css
<style>
span { border-color: #FF814B; }
span { border-color: rgb(255,129,75); }
td.TdClassName
{
border-color: #FF814B;
}
.TagClassName
{
border-color: #FF814B;
}
</style>