#FDC997

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

Shades of Peach-Orange #FDC997

Tints of Peach-Orange #FDC997

Color information

#FDC997 (or 0xFDC997) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 97. RGB value is (253,201,151). Sum of RGB (Red+Green+Blue) = 253+201+151=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC997 is #023668. Grayscale: #D3D3D3. Windows color (decimal): -145001 or 9947645. OLE color: 9947645.

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

Color convert

RGB253201151-
CMYK00.210.400.01
HSL29.41º96.23%79.22%-
HSV(B)29.41º40.32%99.22%-
XYZ66.9864.8938.27-
YUV210.8594.23158.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 201 (78.91% from 255) = 33.22%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=41.82%
G=33.22%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320115100.210.400.0129.4196.2379.22
HexFDC9970152811d604f
Octal37531122702550135140117
Binary11111101110010011001011101010110100011110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC997; }

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

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

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

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

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

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

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

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