Shades of Coral #FF884F
Tints of Coral #FF884F
RGB
CMYK
RGB Variations
Color information
#FF884F (or 0xFF884F) is known color: Coral. HEX triplet: FF, 88 and 4F. RGB value is (255,136,79). Sum of RGB (Red+Green+Blue) = 255+136+79=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF884F is #0077B0. Grayscale: #A5A5A5. Windows color (decimal): -30641 or 5212415. OLE color: 5212415.
HSL color Cylindrical-coordinate representation of color #FF884F: hue angle of 19.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF884F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 79 | - |
| CMYK | 0 | 0.47 | 0.69 | 0 |
| HSL | 19.43º | 1% | 0.65% | - |
| HSV(B) | 19.43º | 0.69% | 1% | - |
| XYZ | 51.46 | 39.43 | 12.3 | - |
| YUV | 165.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 79 | 0 | 0.47 | 0.69 | 0 | 19.43 | 1 | 0.65 |
| Hex | FF | 88 | 4F | 0 | 2F | 45 | 0 | 13 | 64 | 41 |
| Octal | 377 | 210 | 117 | 0 | 57 | 105 | 0 | 23 | 144 | 101 |
| Binary | 11111111 | 10001000 | 1001111 | 0 | 101111 | 1000101 | 0 | 10011 | 1100100 | 1000001 |
Color Harmonies of #FF884F
Complementary color
Monochromatic Colors of #FF884F
Black with #FF884F
Text Example
Text Example
White with #FF884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF884F; }
p { color: rgb(255,136,79); }
H1.HeaderClassName
{
color: #FF884F;
}
.AnyTagClassName
{
color: #FF884F;
}
</style>
background-color css
<style>
a { background-color: #FF884F; }
a { background-color: rgb(255,136,79); }
div.DivClassName
{
background-color: #FF884F;
}
.BgClassName
{
background-color: #FF884F;
}
</style>
border-color css
<style>
span { border-color: #FF884F; }
span { border-color: rgb(255,136,79); }
td.TdClassName
{
border-color: #FF884F;
}
.TagClassName
{
border-color: #FF884F;
}
</style>