#FDCD91

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

Shades of Peach-Orange #FDCD91

Tints of Peach-Orange #FDCD91

Color information

#FDCD91 (or 0xFDCD91) is unknown color: approx Peach-Orange. HEX triplet: FD, CD and 91. RGB value is (253,205,145). Sum of RGB (Red+Green+Blue) = 253+205+145=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD91 is #02326E. Grayscale: #D4D4D4. Windows color (decimal): -143983 or 9555453. OLE color: 9555453.

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

Color convert

RGB253205145-
CMYK00.190.430.01
HSL33.33º96.43%78.04%-
HSV(B)33.33º42.69%99.22%-
XYZ67.4566.5936.09-
YUV212.5189.9156.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 145 (57.03% from 255) = 24.05%
R=41.96%
G=34.00%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320514500.190.430.0133.3396.4378.04
HexFDCD910132B121604e
Octal37531522102353141140116
Binary111111011100110110010001010011101011110000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD91; }

 p { color: rgb(253,205,145); }

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

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

 a { background-color: rgb(253,205,145); }

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

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

 span { border-color: rgb(253,205,145); }

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