Shades of Peach-Orange #FECB90
Tints of Peach-Orange #FECB90
RGB
CMYK
RGB Variations
Color information
#FECB90 (or 0xFECB90) is known color: Peach-Orange. HEX triplet: FE, CB and 90. RGB value is (254,203,144). Sum of RGB (Red+Green+Blue) = 254+203+144=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB90 is #01346F. Grayscale: #D3D3D3. Windows color (decimal): -78960 or 9489406. OLE color: 9489406.
HSL color Cylindrical-coordinate representation of color #FECB90: hue angle of 32.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FECB90 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 144 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.00 |
| HSL | 32.18º | 0.98% | 0.78% | - |
| HSV(B) | 32.18º | 0.43% | 1% | - |
| XYZ | 67.26 | 65.8 | 35.54 | - |
| YUV | 211.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 144 | 0 | 0.20 | 0.43 | 0.00 | 32.18 | 0.98 | 0.78 |
| Hex | FE | CB | 90 | 0 | 14 | 2B | 0 | 20 | 62 | 4E |
| Octal | 376 | 313 | 220 | 0 | 24 | 53 | 0 | 40 | 142 | 116 |
| Binary | 11111110 | 11001011 | 10010000 | 0 | 10100 | 101011 | 0 | 100000 | 1100010 | 1001110 |
Color Harmonies of #FECB90
Complementary color
Monochromatic Colors of #FECB90
Black with #FECB90
Text Example
Text Example
White with #FECB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB90; }
p { color: rgb(254,203,144); }
H1.HeaderClassName
{
color: #FECB90;
}
.AnyTagClassName
{
color: #FECB90;
}
</style>
background-color css
<style>
a { background-color: #FECB90; }
a { background-color: rgb(254,203,144); }
div.DivClassName
{
background-color: #FECB90;
}
.BgClassName
{
background-color: #FECB90;
}
</style>
border-color css
<style>
span { border-color: #FECB90; }
span { border-color: rgb(254,203,144); }
td.TdClassName
{
border-color: #FECB90;
}
.TagClassName
{
border-color: #FECB90;
}
</style>