Shades of Peach-Orange #FDCE9A
Tints of Peach-Orange #FDCE9A
RGB
CMYK
RGB Variations
Color information
#FDCE9A (or 0xFDCE9A) is known color: Peach-Orange. HEX triplet: FD, CE and 9A. RGB value is (253,206,154). Sum of RGB (Red+Green+Blue) = 253+206+154=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE9A is #023165. Grayscale: #D6D6D6. Windows color (decimal): -143718 or 10145533. OLE color: 10145533.
HSL color Cylindrical-coordinate representation of color #FDCE9A: hue angle of 31.52º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDCE9A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 154 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.01 |
| HSL | 31.52º | 0.96% | 0.8% | - |
| HSV(B) | 31.52º | 0.39% | 0.99% | - |
| XYZ | 68.41 | 67.36 | 39.97 | - |
| YUV | 214.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 154 | 0 | 0.19 | 0.39 | 0.01 | 31.52 | 0.96 | 0.8 |
| Hex | FD | CE | 9A | 0 | 13 | 27 | 1 | 20 | 60 | 50 |
| Octal | 375 | 316 | 232 | 0 | 23 | 47 | 1 | 40 | 140 | 120 |
| Binary | 11111101 | 11001110 | 10011010 | 0 | 10011 | 100111 | 1 | 100000 | 1100000 | 1010000 |
Color Harmonies of #FDCE9A
Complementary color
Monochromatic Colors of #FDCE9A
Black with #FDCE9A
Text Example
Text Example
White with #FDCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE9A; }
p { color: rgb(253,206,154); }
H1.HeaderClassName
{
color: #FDCE9A;
}
.AnyTagClassName
{
color: #FDCE9A;
}
</style>
background-color css
<style>
a { background-color: #FDCE9A; }
a { background-color: rgb(253,206,154); }
div.DivClassName
{
background-color: #FDCE9A;
}
.BgClassName
{
background-color: #FDCE9A;
}
</style>
border-color css
<style>
span { border-color: #FDCE9A; }
span { border-color: rgb(253,206,154); }
td.TdClassName
{
border-color: #FDCE9A;
}
.TagClassName
{
border-color: #FDCE9A;
}
</style>