Shades of Coral #FE835A
Tints of Coral #FE835A
RGB
CMYK
RGB Variations
Color information
#FE835A (or 0xFE835A) is known color: Coral. HEX triplet: FE, 83 and 5A. RGB value is (254,131,90). Sum of RGB (Red+Green+Blue) = 254+131+90=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE835A is #017CA5. Grayscale: #A3A3A3. Windows color (decimal): -97446 or 5932030. OLE color: 5932030.
HSL color Cylindrical-coordinate representation of color #FE835A: hue angle of 15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE835A is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 90 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.00 |
| HSL | 15º | 0.99% | 0.67% | - |
| HSV(B) | 15º | 0.65% | 1% | - |
| XYZ | 50.83 | 38.04 | 14.34 | - |
| YUV | 163.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 90 | 0 | 0.48 | 0.65 | 0.00 | 15 | 0.99 | 0.67 |
| Hex | FE | 83 | 5A | 0 | 30 | 41 | 0 | F | 63 | 43 |
| Octal | 376 | 203 | 132 | 0 | 60 | 101 | 0 | 17 | 143 | 103 |
| Binary | 11111110 | 10000011 | 1011010 | 0 | 110000 | 1000001 | 0 | 1111 | 1100011 | 1000011 |
Color Harmonies of #FE835A
Complementary color
Monochromatic Colors of #FE835A
Black with #FE835A
Text Example
Text Example
White with #FE835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE835A; }
p { color: rgb(254,131,90); }
H1.HeaderClassName
{
color: #FE835A;
}
.AnyTagClassName
{
color: #FE835A;
}
</style>
background-color css
<style>
a { background-color: #FE835A; }
a { background-color: rgb(254,131,90); }
div.DivClassName
{
background-color: #FE835A;
}
.BgClassName
{
background-color: #FE835A;
}
</style>
border-color css
<style>
span { border-color: #FE835A; }
span { border-color: rgb(254,131,90); }
td.TdClassName
{
border-color: #FE835A;
}
.TagClassName
{
border-color: #FE835A;
}
</style>