Shades of Coral #FE825B
Tints of Coral #FE825B
RGB
CMYK
RGB Variations
Color information
#FE825B (or 0xFE825B) is known color: Coral. HEX triplet: FE, 82 and 5B. RGB value is (254,130,91). Sum of RGB (Red+Green+Blue) = 254+130+91=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE825B is #017DA4. Grayscale: #A2A2A2. Windows color (decimal): -97701 or 5997310. OLE color: 5997310.
HSL color Cylindrical-coordinate representation of color #FE825B: hue angle of 14.36º 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 #FE825B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.00 |
| HSL | 14.36º | 0.99% | 0.68% | - |
| HSV(B) | 14.36º | 0.64% | 1% | - |
| XYZ | 50.74 | 37.79 | 14.52 | - |
| YUV | 162.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 91 | 0 | 0.49 | 0.64 | 0.00 | 14.36 | 0.99 | 0.68 |
| Hex | FE | 82 | 5B | 0 | 31 | 40 | 0 | E | 63 | 44 |
| Octal | 376 | 202 | 133 | 0 | 61 | 100 | 0 | 16 | 143 | 104 |
| Binary | 11111110 | 10000010 | 1011011 | 0 | 110001 | 1000000 | 0 | 1110 | 1100011 | 1000100 |
Color Harmonies of #FE825B
Complementary color
Monochromatic Colors of #FE825B
Black with #FE825B
Text Example
Text Example
White with #FE825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE825B; }
p { color: rgb(254,130,91); }
H1.HeaderClassName
{
color: #FE825B;
}
.AnyTagClassName
{
color: #FE825B;
}
</style>
background-color css
<style>
a { background-color: #FE825B; }
a { background-color: rgb(254,130,91); }
div.DivClassName
{
background-color: #FE825B;
}
.BgClassName
{
background-color: #FE825B;
}
</style>
border-color css
<style>
span { border-color: #FE825B; }
span { border-color: rgb(254,130,91); }
td.TdClassName
{
border-color: #FE825B;
}
.TagClassName
{
border-color: #FE825B;
}
</style>