#FDC18C

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

Shades of Peach-Orange #FDC18C

Tints of Peach-Orange #FDC18C

Color information

#FDC18C (or 0xFDC18C) is unknown color: approx Peach-Orange. HEX triplet: FD, C1 and 8C. RGB value is (253,193,140). Sum of RGB (Red+Green+Blue) = 253+193+140=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC18C is #023E73. Grayscale: #CDCDCD. Windows color (decimal): -147060 or 9224701. OLE color: 9224701.

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

Color convert

RGB253193140-
CMYK00.240.450.01
HSL28.14º96.58%77.06%-
HSV(B)28.14º44.66%99.22%-
XYZ64.3160.9233.18-
YUV204.991.38162.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=43.17%
G=32.94%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319314000.240.450.0128.1496.5877.06
HexFDC18C0182D11c614d
Octal37530121403055134141115
Binary11111101110000011000110001100010110111110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC18C; }

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

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

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

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

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

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

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

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