#FDC68C

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

Shades of Peach-Orange #FDC68C

Tints of Peach-Orange #FDC68C

Color information

#FDC68C (or 0xFDC68C) is unknown color: approx Peach-Orange. HEX triplet: FD, C6 and 8C. RGB value is (253,198,140). Sum of RGB (Red+Green+Blue) = 253+198+140=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC68C is #023973. Grayscale: #D0D0D0. Windows color (decimal): -145780 or 9225981. OLE color: 9225981.

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

Color convert

RGB253198140-
CMYK00.220.450.01
HSL30.8º96.58%77.06%-
HSV(B)30.8º44.66%99.22%-
XYZ65.4463.1633.55-
YUV207.8389.72160.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=42.81%
G=33.50%
B=23.69%

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
Decimal25319814000.220.450.0130.896.5877.06
HexFDC68C0162D11f614d
Octal37530621402655137141115
Binary11111101110001101000110001011010110111111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC68C; }

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

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

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

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

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

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

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

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