#FDC995

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

Shades of Peach-Orange #FDC995

Tints of Peach-Orange #FDC995

Color information

#FDC995 (or 0xFDC995) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 95. RGB value is (253,201,149). Sum of RGB (Red+Green+Blue) = 253+201+149=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC995 is #02366A. Grayscale: #D2D2D2. Windows color (decimal): -145003 or 9816573. OLE color: 9816573.

HSL color Cylindrical-coordinate representation of color #FDC995: hue angle of 30º 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 #FDC995 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB253201149-
CMYK00.210.410.01
HSL30º96.3%78.82%-
HSV(B)30º41.11%99.22%-
XYZ66.8264.8337.42-
YUV210.6293.23158.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=41.96%
G=33.33%
B=24.71%

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
Decimal25320114900.210.410.013096.378.82
HexFDC9950152911e604f
Octal37531122502551136140117
Binary11111101110010011001010101010110100111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC995; }

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

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

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

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

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

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

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

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