Shades of Coral #FE834A
Tints of Coral #FE834A
RGB
CMYK
RGB Variations
Color information
#FE834A (or 0xFE834A) is known color: Coral. HEX triplet: FE, 83 and 4A. RGB value is (254,131,74). Sum of RGB (Red+Green+Blue) = 254+131+74=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE834A is #017CB5. Grayscale: #A1A1A1. Windows color (decimal): -97462 or 4883454. OLE color: 4883454.
HSL color Cylindrical-coordinate representation of color #FE834A: hue angle of 19º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE834A is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 74 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.00 |
| HSL | 19º | 0.99% | 0.64% | - |
| HSV(B) | 19º | 0.71% | 1% | - |
| XYZ | 50.23 | 37.8 | 11.13 | - |
| YUV | 161.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 74 | 0 | 0.48 | 0.71 | 0.00 | 19 | 0.99 | 0.64 |
| Hex | FE | 83 | 4A | 0 | 30 | 47 | 0 | 13 | 63 | 40 |
| Octal | 376 | 203 | 112 | 0 | 60 | 107 | 0 | 23 | 143 | 100 |
| Binary | 11111110 | 10000011 | 1001010 | 0 | 110000 | 1000111 | 0 | 10011 | 1100011 | 1000000 |
Color Harmonies of #FE834A
Complementary color
Monochromatic Colors of #FE834A
Black with #FE834A
Text Example
Text Example
White with #FE834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE834A; }
p { color: rgb(254,131,74); }
H1.HeaderClassName
{
color: #FE834A;
}
.AnyTagClassName
{
color: #FE834A;
}
</style>
background-color css
<style>
a { background-color: #FE834A; }
a { background-color: rgb(254,131,74); }
div.DivClassName
{
background-color: #FE834A;
}
.BgClassName
{
background-color: #FE834A;
}
</style>
border-color css
<style>
span { border-color: #FE834A; }
span { border-color: rgb(254,131,74); }
td.TdClassName
{
border-color: #FE834A;
}
.TagClassName
{
border-color: #FE834A;
}
</style>