#FDC58C

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

Shades of Peach-Orange #FDC58C

Tints of Peach-Orange #FDC58C

Color information

#FDC58C (or 0xFDC58C) is unknown color: approx Peach-Orange. HEX triplet: FD, C5 and 8C. RGB value is (253,197,140). Sum of RGB (Red+Green+Blue) = 253+197+140=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58C is #023A73. Grayscale: #CFCFCF. Windows color (decimal): -146036 or 9225725. OLE color: 9225725.

HSL color Cylindrical-coordinate representation of color #FDC58C: hue angle of 30.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC58C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253197140-
CMYK00.220.450.01
HSL30.27º96.58%77.06%-
HSV(B)30.27º44.66%99.22%-
XYZ65.2162.7133.48-
YUV207.2590.05160.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 140 (55.08% from 255) = 23.73%
R=42.88%
G=33.39%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319714000.220.450.0130.2796.5877.06
HexFDC58C0162D11e614d
Octal37530521402655136141115
Binary11111101110001011000110001011010110111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC58C; }

 p { color: rgb(253,197,140); }

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

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

 a { background-color: rgb(253,197,140); }

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

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

 span { border-color: rgb(253,197,140); }

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