#FDC58D

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

Shades of Peach-Orange #FDC58D

Tints of Peach-Orange #FDC58D

Color information

#FDC58D (or 0xFDC58D) is unknown color: approx Peach-Orange. HEX triplet: FD, C5 and 8D. RGB value is (253,197,141). Sum of RGB (Red+Green+Blue) = 253+197+141=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58D is #023A72. Grayscale: #CFCFCF. Windows color (decimal): -146035 or 9291261. OLE color: 9291261.

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

Color convert

RGB253197141-
CMYK00.220.440.01
HSL30º96.55%77.25%-
HSV(B)30º44.27%99.22%-
XYZ65.2862.7433.87-
YUV207.3690.55160.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=42.81%
G=33.33%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319714100.220.440.013096.5577.25
HexFDC58D0162C11e614d
Octal37530521502654136141115
Binary11111101110001011000110101011010110011111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC58D; }

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

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

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

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

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

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

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

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