#FDCC9E

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

Shades of Peach-Orange #FDCC9E

Tints of Peach-Orange #FDCC9E

Color information

#FDCC9E (or 0xFDCC9E) is unknown color: approx Peach-Orange. HEX triplet: FD, CC and 9E. RGB value is (253,204,158). Sum of RGB (Red+Green+Blue) = 253+204+158=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC9E is #023361. Grayscale: #D5D5D5. Windows color (decimal): -144226 or 10407165. OLE color: 10407165.

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

Color convert

RGB253204158-
CMYK00.190.380.01
HSL29.05º95.96%80.59%-
HSV(B)29.05º37.55%99.22%-
XYZ68.2766.5441.59-
YUV213.4196.73156.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=41.14%
G=33.17%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320415800.190.380.0129.0595.9680.59
HexFDCC9E0132611d6051
Octal37531423602346135140121
Binary11111101110011001001111001001110011011110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC9E; }

 p { color: rgb(253,204,158); }

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

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

 a { background-color: rgb(253,204,158); }

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

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

 span { border-color: rgb(253,204,158); }

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