Shades of Coral #FF884A
Tints of Coral #FF884A
RGB
CMYK
RGB Variations
Color information
#FF884A (or 0xFF884A) is known color: Coral. HEX triplet: FF, 88 and 4A. RGB value is (255,136,74). Sum of RGB (Red+Green+Blue) = 255+136+74=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF884A is #0077B5. Grayscale: #A4A4A4. Windows color (decimal): -30646 or 4884735. OLE color: 4884735.
HSL color Cylindrical-coordinate representation of color #FF884A: hue angle of 20.55º 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 #FF884A is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 74 | - |
| CMYK | 0 | 0.47 | 0.71 | 0 |
| HSL | 20.55º | 1% | 0.65% | - |
| HSV(B) | 20.55º | 0.71% | 1% | - |
| XYZ | 51.28 | 39.36 | 11.37 | - |
| YUV | 164.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 74 | 0 | 0.47 | 0.71 | 0 | 20.55 | 1 | 0.65 |
| Hex | FF | 88 | 4A | 0 | 2F | 47 | 0 | 15 | 64 | 41 |
| Octal | 377 | 210 | 112 | 0 | 57 | 107 | 0 | 25 | 144 | 101 |
| Binary | 11111111 | 10001000 | 1001010 | 0 | 101111 | 1000111 | 0 | 10101 | 1100100 | 1000001 |
Color Harmonies of #FF884A
Complementary color
Monochromatic Colors of #FF884A
Black with #FF884A
Text Example
Text Example
White with #FF884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF884A; }
p { color: rgb(255,136,74); }
H1.HeaderClassName
{
color: #FF884A;
}
.AnyTagClassName
{
color: #FF884A;
}
</style>
background-color css
<style>
a { background-color: #FF884A; }
a { background-color: rgb(255,136,74); }
div.DivClassName
{
background-color: #FF884A;
}
.BgClassName
{
background-color: #FF884A;
}
</style>
border-color css
<style>
span { border-color: #FF884A; }
span { border-color: rgb(255,136,74); }
td.TdClassName
{
border-color: #FF884A;
}
.TagClassName
{
border-color: #FF884A;
}
</style>