#FDCD98

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

Shades of Peach-Orange #FDCD98

Tints of Peach-Orange #FDCD98

Color information

#FDCD98 (or 0xFDCD98) is unknown color: approx Peach-Orange. HEX triplet: FD, CD and 98. RGB value is (253,205,152). Sum of RGB (Red+Green+Blue) = 253+205+152=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD98 is #023267. Grayscale: #D5D5D5. Windows color (decimal): -143976 or 10014205. OLE color: 10014205.

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

Color convert

RGB253205152-
CMYK00.190.400.01
HSL31.49º96.19%79.41%-
HSV(B)31.49º39.92%99.22%-
XYZ68.0166.8139.02-
YUV213.3193.4156.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=41.48%
G=33.61%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320515200.190.400.0131.4996.1979.41
HexFDCD980132811f604f
Octal37531523002350137140117
Binary11111101110011011001100001001110100011111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD98; }

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

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

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

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

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

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

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

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