Shades of Peach-Orange #FECD90
Tints of Peach-Orange #FECD90
RGB
CMYK
RGB Variations
Color information
#FECD90 (or 0xFECD90) is known color: Peach-Orange. HEX triplet: FE, CD and 90. RGB value is (254,205,144). Sum of RGB (Red+Green+Blue) = 254+205+144=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD90 is #01326F. Grayscale: #D4D4D4. Windows color (decimal): -78448 or 9489918. OLE color: 9489918.
HSL color Cylindrical-coordinate representation of color #FECD90: hue angle of 33.27º 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 #FECD90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 144 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.00 |
| HSL | 33.27º | 0.98% | 0.78% | - |
| HSV(B) | 33.27º | 0.43% | 1% | - |
| XYZ | 67.74 | 66.75 | 35.7 | - |
| YUV | 212.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 144 | 0 | 0.19 | 0.43 | 0.00 | 33.27 | 0.98 | 0.78 |
| Hex | FE | CD | 90 | 0 | 13 | 2B | 0 | 21 | 62 | 4E |
| Octal | 376 | 315 | 220 | 0 | 23 | 53 | 0 | 41 | 142 | 116 |
| Binary | 11111110 | 11001101 | 10010000 | 0 | 10011 | 101011 | 0 | 100001 | 1100010 | 1001110 |
Color Harmonies of #FECD90
Complementary color
Monochromatic Colors of #FECD90
Black with #FECD90
Text Example
Text Example
White with #FECD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD90; }
p { color: rgb(254,205,144); }
H1.HeaderClassName
{
color: #FECD90;
}
.AnyTagClassName
{
color: #FECD90;
}
</style>
background-color css
<style>
a { background-color: #FECD90; }
a { background-color: rgb(254,205,144); }
div.DivClassName
{
background-color: #FECD90;
}
.BgClassName
{
background-color: #FECD90;
}
</style>
border-color css
<style>
span { border-color: #FECD90; }
span { border-color: rgb(254,205,144); }
td.TdClassName
{
border-color: #FECD90;
}
.TagClassName
{
border-color: #FECD90;
}
</style>