#FCCFA0

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

Shades of Peach-Orange #FCCFA0

Tints of Peach-Orange #FCCFA0

Color information

#FCCFA0 (or 0xFCCFA0) is unknown color: approx Peach-Orange. HEX triplet: FC, CF and A0. RGB value is (252,207,160). Sum of RGB (Red+Green+Blue) = 252+207+160=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA0 is #03305F. Grayscale: #D7D7D7. Windows color (decimal): -208992 or 10539004. OLE color: 10539004.

HSL color Cylindrical-coordinate representation of color #FCCFA0: hue angle of 30.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCFA0 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252207160-
CMYK00.180.370.01
HSL30.65º93.88%80.78%-
HSV(B)30.65º36.51%98.82%-
XYZ68.867.8642.73-
YUV215.196.91154.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 160 (62.89% from 255) = 25.85%
R=40.71%
G=33.44%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220716000.180.370.0130.6593.8880.78
HexFCCFA00122511f5e51
Octal37431724002245137136121
Binary11111100110011111010000001001010010111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFA0; }

 p { color: rgb(252,207,160); }

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

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

 a { background-color: rgb(252,207,160); }

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

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

 span { border-color: rgb(252,207,160); }

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