Shades of Peach-Orange #FEBF8D
Tints of Peach-Orange #FEBF8D
RGB
CMYK
RGB Variations
Color information
#FEBF8D (or 0xFEBF8D) is known color: Peach-Orange. HEX triplet: FE, BF and 8D. RGB value is (254,191,141). Sum of RGB (Red+Green+Blue) = 254+191+141=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF8D is #014072. Grayscale: #CCCCCC. Windows color (decimal): -82035 or 9289726. OLE color: 9289726.
HSL color Cylindrical-coordinate representation of color #FEBF8D: hue angle of 26.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEBF8D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 141 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.00 |
| HSL | 26.55º | 0.98% | 0.77% | - |
| HSV(B) | 26.55º | 0.44% | 1% | - |
| XYZ | 64.31 | 60.26 | 33.44 | - |
| YUV | 204.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 141 | 0 | 0.25 | 0.44 | 0.00 | 26.55 | 0.98 | 0.77 |
| Hex | FE | BF | 8D | 0 | 19 | 2C | 0 | 1B | 62 | 4D |
| Octal | 376 | 277 | 215 | 0 | 31 | 54 | 0 | 33 | 142 | 115 |
| Binary | 11111110 | 10111111 | 10001101 | 0 | 11001 | 101100 | 0 | 11011 | 1100010 | 1001101 |
Color Harmonies of #FEBF8D
Complementary color
Monochromatic Colors of #FEBF8D
Black with #FEBF8D
Text Example
Text Example
White with #FEBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF8D; }
p { color: rgb(254,191,141); }
H1.HeaderClassName
{
color: #FEBF8D;
}
.AnyTagClassName
{
color: #FEBF8D;
}
</style>
background-color css
<style>
a { background-color: #FEBF8D; }
a { background-color: rgb(254,191,141); }
div.DivClassName
{
background-color: #FEBF8D;
}
.BgClassName
{
background-color: #FEBF8D;
}
</style>
border-color css
<style>
span { border-color: #FEBF8D; }
span { border-color: rgb(254,191,141); }
td.TdClassName
{
border-color: #FEBF8D;
}
.TagClassName
{
border-color: #FEBF8D;
}
</style>