#FDC996

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

Shades of Peach-Orange #FDC996

Tints of Peach-Orange #FDC996

Color information

#FDC996 (or 0xFDC996) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 96. RGB value is (253,201,150). Sum of RGB (Red+Green+Blue) = 253+201+150=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC996 is #023669. Grayscale: #D2D2D2. Windows color (decimal): -145002 or 9882109. OLE color: 9882109.

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

Color convert

RGB253201150-
CMYK00.210.410.01
HSL29.71º96.26%79.02%-
HSV(B)29.71º40.71%99.22%-
XYZ66.964.8637.85-
YUV210.7393.73158.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=41.89%
G=33.28%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320115000.210.410.0129.7196.2679.02
HexFDC9960152911e604f
Octal37531122602551136140117
Binary11111101110010011001011001010110100111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC996; }

 p { color: rgb(253,201,150); }

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

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

 a { background-color: rgb(253,201,150); }

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

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

 span { border-color: rgb(253,201,150); }

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