Shades of Coral #FE834B
Tints of Coral #FE834B
RGB
CMYK
RGB Variations
Color information
#FE834B (or 0xFE834B) is known color: Coral. HEX triplet: FE, 83 and 4B. RGB value is (254,131,75). Sum of RGB (Red+Green+Blue) = 254+131+75=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE834B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE834B is #017CB4. Grayscale: #A1A1A1. Windows color (decimal): -97461 or 4948990. OLE color: 4948990.
HSL color Cylindrical-coordinate representation of color #FE834B: hue angle of 18.77º 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 #FE834B is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 75 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.00 |
| HSL | 18.77º | 0.99% | 0.65% | - |
| HSV(B) | 18.77º | 0.7% | 1% | - |
| XYZ | 50.26 | 37.81 | 11.31 | - |
| YUV | 161.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 75 | 0 | 0.48 | 0.70 | 0.00 | 18.77 | 0.99 | 0.65 |
| Hex | FE | 83 | 4B | 0 | 30 | 46 | 0 | 13 | 63 | 41 |
| Octal | 376 | 203 | 113 | 0 | 60 | 106 | 0 | 23 | 143 | 101 |
| Binary | 11111110 | 10000011 | 1001011 | 0 | 110000 | 1000110 | 0 | 10011 | 1100011 | 1000001 |
Color Harmonies of #FE834B
Complementary color
Monochromatic Colors of #FE834B
Black with #FE834B
Text Example
Text Example
White with #FE834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE834B; }
p { color: rgb(254,131,75); }
H1.HeaderClassName
{
color: #FE834B;
}
.AnyTagClassName
{
color: #FE834B;
}
</style>
background-color css
<style>
a { background-color: #FE834B; }
a { background-color: rgb(254,131,75); }
div.DivClassName
{
background-color: #FE834B;
}
.BgClassName
{
background-color: #FE834B;
}
</style>
border-color css
<style>
span { border-color: #FE834B; }
span { border-color: rgb(254,131,75); }
td.TdClassName
{
border-color: #FE834B;
}
.TagClassName
{
border-color: #FE834B;
}
</style>