Shades of Coral #FE8353
Tints of Coral #FE8353
RGB
CMYK
RGB Variations
Color information
#FE8353 (or 0xFE8353) is known color: Coral. HEX triplet: FE, 83 and 53. RGB value is (254,131,83). Sum of RGB (Red+Green+Blue) = 254+131+83=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8353 is #017CAC. Grayscale: #A2A2A2. Windows color (decimal): -97453 or 5473278. OLE color: 5473278.
HSL color Cylindrical-coordinate representation of color #FE8353: hue angle of 16.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE8353 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 83 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.00 |
| HSL | 16.84º | 0.99% | 0.66% | - |
| HSV(B) | 16.84º | 0.67% | 1% | - |
| XYZ | 50.55 | 37.93 | 12.84 | - |
| YUV | 162.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 83 | 0 | 0.48 | 0.67 | 0.00 | 16.84 | 0.99 | 0.66 |
| Hex | FE | 83 | 53 | 0 | 30 | 43 | 0 | 11 | 63 | 42 |
| Octal | 376 | 203 | 123 | 0 | 60 | 103 | 0 | 21 | 143 | 102 |
| Binary | 11111110 | 10000011 | 1010011 | 0 | 110000 | 1000011 | 0 | 10001 | 1100011 | 1000010 |
Color Harmonies of #FE8353
Complementary color
Monochromatic Colors of #FE8353
Black with #FE8353
Text Example
Text Example
White with #FE8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8353; }
p { color: rgb(254,131,83); }
H1.HeaderClassName
{
color: #FE8353;
}
.AnyTagClassName
{
color: #FE8353;
}
</style>
background-color css
<style>
a { background-color: #FE8353; }
a { background-color: rgb(254,131,83); }
div.DivClassName
{
background-color: #FE8353;
}
.BgClassName
{
background-color: #FE8353;
}
</style>
border-color css
<style>
span { border-color: #FE8353; }
span { border-color: rgb(254,131,83); }
td.TdClassName
{
border-color: #FE8353;
}
.TagClassName
{
border-color: #FE8353;
}
</style>