Shades of Coral #FD814A
Tints of Coral #FD814A
RGB
CMYK
RGB Variations
Color information
#FD814A (or 0xFD814A) is known color: Coral. HEX triplet: FD, 81 and 4A. RGB value is (253,129,74). Sum of RGB (Red+Green+Blue) = 253+129+74=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD814A is #027EB5. Grayscale: #A0A0A0. Windows color (decimal): -163510 or 4882941. OLE color: 4882941.
HSL color Cylindrical-coordinate representation of color #FD814A: hue angle of 18.44º 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 #FD814A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 74 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.01 |
| HSL | 18.44º | 0.98% | 0.64% | - |
| HSV(B) | 18.44º | 0.71% | 0.99% | - |
| XYZ | 49.59 | 37.08 | 11.02 | - |
| YUV | 159.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 74 | 0 | 0.49 | 0.71 | 0.01 | 18.44 | 0.98 | 0.64 |
| Hex | FD | 81 | 4A | 0 | 31 | 47 | 1 | 12 | 62 | 40 |
| Octal | 375 | 201 | 112 | 0 | 61 | 107 | 1 | 22 | 142 | 100 |
| Binary | 11111101 | 10000001 | 1001010 | 0 | 110001 | 1000111 | 1 | 10010 | 1100010 | 1000000 |
Color Harmonies of #FD814A
Complementary color
Monochromatic Colors of #FD814A
Black with #FD814A
Text Example
Text Example
White with #FD814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD814A; }
p { color: rgb(253,129,74); }
H1.HeaderClassName
{
color: #FD814A;
}
.AnyTagClassName
{
color: #FD814A;
}
</style>
background-color css
<style>
a { background-color: #FD814A; }
a { background-color: rgb(253,129,74); }
div.DivClassName
{
background-color: #FD814A;
}
.BgClassName
{
background-color: #FD814A;
}
</style>
border-color css
<style>
span { border-color: #FD814A; }
span { border-color: rgb(253,129,74); }
td.TdClassName
{
border-color: #FD814A;
}
.TagClassName
{
border-color: #FD814A;
}
</style>