Shades of Peach-Orange #FECE9B
Tints of Peach-Orange #FECE9B
RGB
CMYK
RGB Variations
Color information
#FECE9B (or 0xFECE9B) is known color: Peach-Orange. HEX triplet: FE, CE and 9B. RGB value is (254,206,155). Sum of RGB (Red+Green+Blue) = 254+206+155=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9B is #013164. Grayscale: #D6D6D6. Windows color (decimal): -78181 or 10211070. OLE color: 10211070.
HSL color Cylindrical-coordinate representation of color #FECE9B: hue angle of 30.91º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECE9B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 155 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 30.91º | 0.98% | 0.8% | - |
| HSV(B) | 30.91º | 0.39% | 1% | - |
| XYZ | 68.86 | 67.58 | 40.43 | - |
| YUV | 214.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 155 | 0 | 0.19 | 0.39 | 0.00 | 30.91 | 0.98 | 0.8 |
| Hex | FE | CE | 9B | 0 | 13 | 27 | 0 | 1F | 62 | 50 |
| Octal | 376 | 316 | 233 | 0 | 23 | 47 | 0 | 37 | 142 | 120 |
| Binary | 11111110 | 11001110 | 10011011 | 0 | 10011 | 100111 | 0 | 11111 | 1100010 | 1010000 |
Color Harmonies of #FECE9B
Complementary color
Monochromatic Colors of #FECE9B
Black with #FECE9B
Text Example
Text Example
White with #FECE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE9B; }
p { color: rgb(254,206,155); }
H1.HeaderClassName
{
color: #FECE9B;
}
.AnyTagClassName
{
color: #FECE9B;
}
</style>
background-color css
<style>
a { background-color: #FECE9B; }
a { background-color: rgb(254,206,155); }
div.DivClassName
{
background-color: #FECE9B;
}
.BgClassName
{
background-color: #FECE9B;
}
</style>
border-color css
<style>
span { border-color: #FECE9B; }
span { border-color: rgb(254,206,155); }
td.TdClassName
{
border-color: #FECE9B;
}
.TagClassName
{
border-color: #FECE9B;
}
</style>