Shades of Coral #FE835C
Tints of Coral #FE835C
RGB
CMYK
RGB Variations
Color information
#FE835C (or 0xFE835C) is known color: Coral. HEX triplet: FE, 83 and 5C. RGB value is (254,131,92). Sum of RGB (Red+Green+Blue) = 254+131+92=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE835C is #017CA3. Grayscale: #A3A3A3. Windows color (decimal): -97444 or 6063102. OLE color: 6063102.
HSL color Cylindrical-coordinate representation of color #FE835C: hue angle of 14.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE835C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 92 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.00 |
| HSL | 14.44º | 0.99% | 0.68% | - |
| HSV(B) | 14.44º | 0.64% | 1% | - |
| XYZ | 50.92 | 38.08 | 14.79 | - |
| YUV | 163.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 92 | 0 | 0.48 | 0.64 | 0.00 | 14.44 | 0.99 | 0.68 |
| Hex | FE | 83 | 5C | 0 | 30 | 40 | 0 | E | 63 | 44 |
| Octal | 376 | 203 | 134 | 0 | 60 | 100 | 0 | 16 | 143 | 104 |
| Binary | 11111110 | 10000011 | 1011100 | 0 | 110000 | 1000000 | 0 | 1110 | 1100011 | 1000100 |
Color Harmonies of #FE835C
Complementary color
Monochromatic Colors of #FE835C
Black with #FE835C
Text Example
Text Example
White with #FE835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE835C; }
p { color: rgb(254,131,92); }
H1.HeaderClassName
{
color: #FE835C;
}
.AnyTagClassName
{
color: #FE835C;
}
</style>
background-color css
<style>
a { background-color: #FE835C; }
a { background-color: rgb(254,131,92); }
div.DivClassName
{
background-color: #FE835C;
}
.BgClassName
{
background-color: #FE835C;
}
</style>
border-color css
<style>
span { border-color: #FE835C; }
span { border-color: rgb(254,131,92); }
td.TdClassName
{
border-color: #FE835C;
}
.TagClassName
{
border-color: #FE835C;
}
</style>