Shades of Coral #FD894A
Tints of Coral #FD894A
RGB
CMYK
RGB Variations
Color information
#FD894A (or 0xFD894A) is known color: Coral. HEX triplet: FD, 89 and 4A. RGB value is (253,137,74). Sum of RGB (Red+Green+Blue) = 253+137+74=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD894A is #0276B5. Grayscale: #A4A4A4. Windows color (decimal): -161462 or 4884989. OLE color: 4884989.
HSL color Cylindrical-coordinate representation of color #FD894A: hue angle of 21.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD894A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 74 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.01 |
| HSL | 21.12º | 0.98% | 0.64% | - |
| HSV(B) | 21.12º | 0.71% | 0.99% | - |
| XYZ | 50.69 | 39.27 | 11.39 | - |
| YUV | 164.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 74 | 0 | 0.46 | 0.71 | 0.01 | 21.12 | 0.98 | 0.64 |
| Hex | FD | 89 | 4A | 0 | 2E | 47 | 1 | 15 | 62 | 40 |
| Octal | 375 | 211 | 112 | 0 | 56 | 107 | 1 | 25 | 142 | 100 |
| Binary | 11111101 | 10001001 | 1001010 | 0 | 101110 | 1000111 | 1 | 10101 | 1100010 | 1000000 |
Color Harmonies of #FD894A
Complementary color
Monochromatic Colors of #FD894A
Black with #FD894A
Text Example
Text Example
White with #FD894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD894A; }
p { color: rgb(253,137,74); }
H1.HeaderClassName
{
color: #FD894A;
}
.AnyTagClassName
{
color: #FD894A;
}
</style>
background-color css
<style>
a { background-color: #FD894A; }
a { background-color: rgb(253,137,74); }
div.DivClassName
{
background-color: #FD894A;
}
.BgClassName
{
background-color: #FD894A;
}
</style>
border-color css
<style>
span { border-color: #FD894A; }
span { border-color: rgb(253,137,74); }
td.TdClassName
{
border-color: #FD894A;
}
.TagClassName
{
border-color: #FD894A;
}
</style>