#FDC18D

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

Shades of Peach-Orange #FDC18D

Tints of Peach-Orange #FDC18D

Color information

#FDC18D (or 0xFDC18D) is unknown color: approx Peach-Orange. HEX triplet: FD, C1 and 8D. RGB value is (253,193,141). Sum of RGB (Red+Green+Blue) = 253+193+141=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC18D is #023E72. Grayscale: #CDCDCD. Windows color (decimal): -147059 or 9290237. OLE color: 9290237.

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

Color convert

RGB253193141-
CMYK00.240.440.01
HSL27.86º96.55%77.25%-
HSV(B)27.86º44.27%99.22%-
XYZ64.3960.9533.57-
YUV205.0191.88162.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 141 (55.47% from 255) = 24.02%
R=43.10%
G=32.88%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319314100.240.440.0127.8696.5577.25
HexFDC18D0182C11c614d
Octal37530121503054134141115
Binary11111101110000011000110101100010110011110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC18D; }

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

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

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

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

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

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

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

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