#FCC68C

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

Shades of Peach-Orange #FCC68C

Tints of Peach-Orange #FCC68C

Color information

#FCC68C (or 0xFCC68C) is unknown color: approx Peach-Orange. HEX triplet: FC, C6 and 8C. RGB value is (252,198,140). Sum of RGB (Red+Green+Blue) = 252+198+140=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68C is #033973. Grayscale: #CFCFCF. Windows color (decimal): -211316 or 9225980. OLE color: 9225980.

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

Color convert

RGB252198140-
CMYK00.210.440.01
HSL31.07º94.92%76.86%-
HSV(B)31.07º44.44%98.82%-
XYZ65.0762.9833.54-
YUV207.5389.89159.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 140 (55.08% from 255) = 23.73%
R=42.71%
G=33.56%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219814000.210.440.0131.0794.9276.86
HexFCC68C0152C11f5f4d
Octal37430621402554137137115
Binary11111100110001101000110001010110110011111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC68C; }

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

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

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

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

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

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

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

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