#FACF9C

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

Shades of Peach-Orange #FACF9C

Tints of Peach-Orange #FACF9C

Color information

#FACF9C (or 0xFACF9C) is unknown color: approx Peach-Orange. HEX triplet: FA, CF and 9C. RGB value is (250,207,156). Sum of RGB (Red+Green+Blue) = 250+207+156=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF9C is #053063. Grayscale: #D6D6D6. Windows color (decimal): -340068 or 10276858. OLE color: 10276858.

HSL color Cylindrical-coordinate representation of color #FACF9C: hue angle of 32.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FACF9C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250207156-
CMYK00.170.380.02
HSL32.55º90.38%79.61%-
HSV(B)32.55º37.6%98.04%-
XYZ67.7467.3540.88-
YUV214.0495.25153.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=40.78%
G=33.77%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020715600.170.380.0232.5590.3879.61
HexFACF9C011262215a50
Octal37231723402146241132120
Binary1111101011001111100111000100011001101010000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF9C; }

 p { color: rgb(250,207,156); }

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

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

 a { background-color: rgb(250,207,156); }

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

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

 span { border-color: rgb(250,207,156); }

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