Shades of Coral #FE824B
Tints of Coral #FE824B
RGB
CMYK
RGB Variations
Color information
#FE824B (or 0xFE824B) is known color: Coral. HEX triplet: FE, 82 and 4B. RGB value is (254,130,75). Sum of RGB (Red+Green+Blue) = 254+130+75=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE824B is #017DB4. Grayscale: #A1A1A1. Windows color (decimal): -97717 or 4948734. OLE color: 4948734.
HSL color Cylindrical-coordinate representation of color #FE824B: hue angle of 18.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE824B is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 75 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.00 |
| HSL | 18.44º | 0.99% | 0.65% | - |
| HSV(B) | 18.44º | 0.7% | 1% | - |
| XYZ | 50.13 | 37.54 | 11.26 | - |
| YUV | 160.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 75 | 0 | 0.49 | 0.70 | 0.00 | 18.44 | 0.99 | 0.65 |
| Hex | FE | 82 | 4B | 0 | 31 | 46 | 0 | 12 | 63 | 41 |
| Octal | 376 | 202 | 113 | 0 | 61 | 106 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000010 | 1001011 | 0 | 110001 | 1000110 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE824B
Complementary color
Monochromatic Colors of #FE824B
Black with #FE824B
Text Example
Text Example
White with #FE824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE824B; }
p { color: rgb(254,130,75); }
H1.HeaderClassName
{
color: #FE824B;
}
.AnyTagClassName
{
color: #FE824B;
}
</style>
background-color css
<style>
a { background-color: #FE824B; }
a { background-color: rgb(254,130,75); }
div.DivClassName
{
background-color: #FE824B;
}
.BgClassName
{
background-color: #FE824B;
}
</style>
border-color css
<style>
span { border-color: #FE824B; }
span { border-color: rgb(254,130,75); }
td.TdClassName
{
border-color: #FE824B;
}
.TagClassName
{
border-color: #FE824B;
}
</style>