#FDCE92

Color #FDCE92 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FDCE92

Tints of Peach-Orange #FDCE92

Color information

#FDCE92 (or 0xFDCE92) is unknown color: approx Peach-Orange. HEX triplet: FD, CE and 92. RGB value is (253,206,146). Sum of RGB (Red+Green+Blue) = 253+206+146=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE92 is #02316D. Grayscale: #D5D5D5. Windows color (decimal): -143726 or 9621245. OLE color: 9621245.

HSL color Cylindrical-coordinate representation of color #FDCE92: hue angle of 33.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDCE92 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253206146-
CMYK00.190.420.01
HSL33.64º96.4%78.24%-
HSV(B)33.64º42.29%99.22%-
XYZ67.7767.136.57-
YUV213.2190.07156.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 146 (57.42% from 255) = 24.13%
R=41.82%
G=34.05%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320614600.190.420.0133.6496.478.24
HexFDCE920132A122604e
Octal37531622202352142140116
Binary111111011100111010010010010011101010110001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE92; }

 p { color: rgb(253,206,146); }

 H1.HeaderClassName
 {
   color: #FDCE92;
 }
 .AnyTagClassName
 {
   color: #FDCE92;
 }
</style>
background-color css

<style>
 a { background-color: #FDCE92; }

 a { background-color: rgb(253,206,146); }

 div.DivClassName
 {
   background-color: #FDCE92;
 }
 .BgClassName
 {
   background-color: #FDCE92;
 }
</style>
border-color css

<style>
 span { border-color: #FDCE92; }

 span { border-color: rgb(253,206,146); }

 td.TdClassName
 {
   border-color: #FDCE92;
 }
 .TagClassName
 {
   border-color: #FDCE92;
 }
</style>