#FDC38C

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

Shades of Peach-Orange #FDC38C

Tints of Peach-Orange #FDC38C

Color information

#FDC38C (or 0xFDC38C) is unknown color: approx Peach-Orange. HEX triplet: FD, C3 and 8C. RGB value is (253,195,140). Sum of RGB (Red+Green+Blue) = 253+195+140=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38C is #023C73. Grayscale: #CECECE. Windows color (decimal): -146548 or 9225213. OLE color: 9225213.

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

Color convert

RGB253195140-
CMYK00.230.450.01
HSL29.2º96.58%77.06%-
HSV(B)29.2º44.66%99.22%-
XYZ64.7661.8133.33-
YUV206.0790.72161.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=43.03%
G=33.16%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319514000.230.450.0129.296.5877.06
HexFDC38C0172D11d614d
Octal37530321402755135141115
Binary11111101110000111000110001011110110111110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC38C; }

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

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

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

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

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

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

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

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